1 | sS dm_moduleLibID() {
|
2 | ret programID() + "/" + shortClassName(dm_current_mandatory_generic()); |
3 | } |
4 | |
5 | sS dm_moduleLibID(O mod) {
|
6 | if (mod == null) null; |
7 | mod = dm_getModule(mod); |
8 | if (hasSuperclassShortNamed(mod, 'DynModule)) |
9 | ret programID(mod) + "/" + shortClassName(mod); |
10 | null; |
11 | } |
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: | #1016816 |
| Snippet name: | dm_moduleLibID - module library ID of current or other module |
| Eternal ID of this version: | #1016816/5 |
| Text MD5: | d3617dbe25ca01a124efb6c6898a1739 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-30 00:59:15 |
| Source code size: | 297 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 738 / 785 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |