Libraryless. Click here for Pure Java version (2791L/18K).
1 | static LPairS linesContainingICInLoadedTranspilations(S searchString) {
|
2 | new LPairS out; |
3 | for (S progID : asSet(allLoadedProgramIDs())) |
4 | for (S line : lines(loadCachedTranspilation(progID))) |
5 | if (cic(line, searchString)) |
6 | out.add(pair(progID, line)); |
7 | ret out; |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, snaazhdonpnp, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026874 |
| Snippet name: | linesContainingICInLoadedTranspilations |
| Eternal ID of this version: | #1026874/2 |
| Text MD5: | 1d9804fdae4b6e1ea73bca4917067c9a |
| Transpilation MD5: | 9372f76df7f305785dc47aba5d6edc6a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-30 12:01:37 |
| Source code size: | 287 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 476 / 600 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |