Libraryless. Click here for Pure Java version (2791L/18K).
static LPairS linesContainingICInLoadedTranspilations(S searchString) { new LPairS out; for (S progID : asSet(allLoadedProgramIDs())) for (S line : lines(loadCachedTranspilation(progID))) if (cic(line, searchString)) out.add(pair(progID, line)); ret out; }
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: | 473 / 596 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |