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

4
LINES

< > BotCompany Repo | #1022721 // dm_findModuleWithParamsIC - returns module ID or null

JavaX fragment (include)

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

Author comment

Began life as a copy of #1022719

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: #1022721
Snippet name: dm_findModuleWithParamsIC - returns module ID or null
Eternal ID of this version: #1022721/3
Text MD5: 6aca334ce63296a99822d86db41fe7cd
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-01 15:39:26
Source code size: 167 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 185 / 227
Version history: 2 change(s)
Referenced in: [show references]