1 | svoid innerCleanUp(O c) { |
2 | // call custom cleanMeUp() and cleanMeUp_*() functions |
3 | |
4 | if (!isFalse(pcallOpt(c, "cleanMeUp"))) |
5 | for (S name : sorted(methodsStartingWith(c, "cleanMeUp_"))) try { |
6 | callOpt(c, name); |
7 | } catch e { |
8 | print("Error cleaning up: " + programID(c)); |
9 | _handleException(e); |
10 | } |
11 | } |
12 | |
13 | svoid innerCleanUp() { |
14 | innerCleanUp(mc()); |
15 | } |
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: | #1016468 |
Snippet name: | innerCleanUp |
Eternal ID of this version: | #1016468/2 |
Text MD5: | 9c2715f96bea11d8d8f2cd5b817521ed |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-05 12:45:10 |
Source code size: | 385 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 452 / 491 |
Version history: | 1 change(s) |
Referenced in: | [show references] |