static S dm_findMateOfType(DynModule searcher, S type) { ret dm_findMateOfType(type); } static S dm_findMateOfType(S type) { ret callCreator('findDynModuleOfType, type); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015935 |
| Snippet name: | dm_findMateOfType - takes class name, returns module ID |
| Eternal ID of this version: | #1015935/6 |
| Text MD5: | 32626b36a8fc75e56929d8152c7a2dac |
| Author: | stefan |
| Category: | javax / dynamic modules |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-31 12:12:28 |
| Source code size: | 182 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 587 / 610 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015940 - dm_listModules #1016039 - dm_closestModule #1016225 - dm_modulesOfType |