1 | static void dm_deleteModule(O module) { |
2 | if (dm_isMe(module)) |
3 | dm_deleteModuleInBackground(); |
4 | else { |
5 | O stem = dm_getStem(module); |
6 | if (stem != null) callCreator('deleteModule, stem); |
7 | } |
8 | } |
9 | |
10 | static void dm_deleteModule() { |
11 | dm_deleteModule(dm_current_generic()); |
12 | } |
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: | 439 / 503 |
Version history: | 4 change(s) |
Referenced in: | [show references] |