Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1020966 // dm_moduleWithSnippetID

JavaX fragment (include)

sS dm_moduleWithSnippetID(S snippetID) {
  for (S mod : dm_moduleIDs())
    if (sameSnippetID(snippetID, dm_programID(mod)))
      ret mod;
  null;
}

Author comment

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: 219 / 264
Version history: 2 change(s)
Referenced in: [show references]