1 | static void addAndClearPersistentMapLogFile(S progID, S persistenceName, Map map) {
|
2 | File f = persistentMapLogFile(progID, persistenceName); |
3 | for (O _l : scanLog_safeUnstructure(f)) pcall {
|
4 | L l = cast _l; |
5 | mapPut(map, first(l), second(l)); |
6 | } |
7 | f.delete(); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010717 |
| Snippet name: | addAndClearPersistentMapLogFile - unused |
| Eternal ID of this version: | #1010717/2 |
| Text MD5: | 09cb747aa63e5dab89f9665357ee6e88 |
| Author: | stefan |
| Category: | javax / lists |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-28 09:57:42 |
| Source code size: | 275 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 713 / 753 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |