1 | static L dm_modulesOfType(S type) {
|
2 | L<S> l = splitAtSlash(type); |
3 | if (l(l) == 2) |
4 | ret filterByProgramIDAndShortClassName(dm_listModules(), first(l), second(l)); |
5 | else |
6 | ret filterByShortClassName(dm_listModules(), type); |
7 | } |
Began life as a copy of #1015935
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: | #1016225 |
| Snippet name: | dm_modulesOfType |
| Eternal ID of this version: | #1016225/2 |
| Text MD5: | 7f41b89f8837b36bc4e64c404e63b086 |
| Author: | stefan |
| Category: | javax / dynamic modules |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-26 14:15:18 |
| Source code size: | 237 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 653 / 724 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |