1 | sS dm_migrateModule(O module, S newModuleLibID) {
|
2 | if (hasMethodNamed(dm_mod(module), 'migrateToType)) |
3 | ret (S) dm_call(module, 'migrateToType, newModuleLibID); |
4 | else {
|
5 | dm_changeModuleLibID(module, newModuleLibID); |
6 | ret dm_moduleID(module); |
7 | } |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1023495 |
| Snippet name: | dm_migrateModule - call migrateModuleToType if supported, otherwise change module lib id |
| Eternal ID of this version: | #1023495/6 |
| Text MD5: | 8a6ce5ccdb0ce9fbf9209b1a64e602e4 |
| 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-10-03 23:05:43 |
| Source code size: | 265 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 487 / 564 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |