svoid innerCleanUp(O c) { // call custom cleanMeUp() and cleanMeUp_*() functions if (!isFalse(pcallOpt(c, "cleanMeUp"))) for (S name : sorted(methodsStartingWith(c, "cleanMeUp_"))) try { callOpt(c, name); } catch e { print("Error cleaning up: " + programID(c)); _handleException(e); } } svoid innerCleanUp() { innerCleanUp(mc()); }
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: | 847 / 888 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |