static void addAndClearPersistentMapLogFile(S progID, S persistenceName, Map map) { File f = persistentMapLogFile(progID, persistenceName); for (O _l : scanLog_safeUnstructure(f)) pcall { L l = cast _l; mapPut(map, first(l), second(l)); } f.delete(); }
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: | 714 / 753 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010718 - applyPersistentMapLogFile |