static void dm_deleteModule(O module) { if (dm_isMe(module)) dm_deleteModuleInBackground(); else { O stem = dm_getStem(module); if (stem != null) callCreator('deleteModule, stem); } } static void dm_deleteModule() { dm_deleteModule(dm_current_generic()); }
Began life as a copy of #1016675
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1016676 |
| Snippet name: | dm_deleteModule |
| Eternal ID of this version: | #1016676/5 |
| Text MD5: | 3ffbeac785132c15937d6937b976876a |
| Author: | stefan |
| Category: | javax / dynamic modules |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-26 19:59:48 |
| Source code size: | 288 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 710 / 777 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |