1 | // returns [(name, function on module ID)] |
2 | static LPair<S, VF1<O>> dm_moduleMenuItems() {
|
3 | //bool visible = dm_isVisible(mod); |
4 | ret (L) llNotNulls( |
5 | /*visible ? null :*/ pair("Show", voidfunc(O mod) { dm_showModule(mod) }),
|
6 | pair("Reload", voidfunc(O mod) { dm_reloadModule(mod) }),
|
7 | pair("Delete", voidfunc(O mod) { dm_deleteModule(mod) }),
|
8 | /*!visible ? null :*/ pair("Hide", voidfunc(O mod) { dm_hideModule(mod) }));
|
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1018675 |
| Snippet name: | dm_moduleMenuItems |
| Eternal ID of this version: | #1018675/7 |
| Text MD5: | 9494ff3410fc7b37dbc64c4b715ce06e |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-14 01:13:07 |
| Source code size: | 443 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 686 / 720 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |