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

6
LINES

< > BotCompany Repo | #1018434 // dm_moduleWithName

JavaX fragment (include)

static O dm_moduleWithName(S name) {
  for (O m : dm_listModules())
    if (eqic(dm_moduleName(m), name))
      ret m;
  null;
}

Author comment

Began life as a copy of #1016225

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018434
Snippet name: dm_moduleWithName
Eternal ID of this version: #1018434/3
Text MD5: 3c017fc067cc1e8c4ad1b91c0d3848a5
Author: stefan
Category: javax / dynamic modules
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-30 07:06:32
Source code size: 133 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 203 / 249
Version history: 2 change(s)
Referenced in: [show references]