1 | sS dm_moduleWithSnippetID(S snippetID) {
|
2 | for (S mod : dm_moduleIDs()) |
3 | if (sameSnippetID(snippetID, dm_programID(mod))) |
4 | ret mod; |
5 | null; |
6 | } |
Began life as a copy of #1020068
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020966 |
| Snippet name: | dm_moduleWithSnippetID |
| Eternal ID of this version: | #1020966/3 |
| Text MD5: | b6ff969291d8a545ea16f3b6e96a3c78 |
| Author: | stefan |
| Category: | javac / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-12 23:17:18 |
| Source code size: | 154 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 517 / 577 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |