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

4
LINES

< > BotCompany Repo | #1022719 // dm_findModuleWithParams - returns module ID or null

JavaX fragment (include)

static S dm_findModuleWithParams(S moduleLibID, O... params) {
  ret firstThat(dm_modulesWithLibID(moduleLibID), mod ->
    checkFields(dm_mod(mod), params));
}

Author comment

Began life as a copy of #1017632

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022719
Snippet name: dm_findModuleWithParams - returns module ID or null
Eternal ID of this version: #1022719/3
Text MD5: 9436673fd2eaf88a80ccc3babd363c5a
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-01 15:38:01
Source code size: 163 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 258 / 296
Version history: 2 change(s)
Referenced in: [show references]