static L scanLog_safeUnstructure(S progID, S fileName) { ret scanLog_safeUnstructure(getProgramFile(progID, fileName)); } static L scanLog_safeUnstructure(S fileName) { ret scanLog_safeUnstructure(getProgramFile(fileName)); } static L scanLog_safeUnstructure(File file) { new L l; for (S s : scanLog(file)) pcall { l.add(safeUnstructure(s)); } ret l; }
Began life as a copy of #1002950
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003888 | 
| Snippet name: | scanLog_safeUnstructure - scan log, safeUnstructure() each line | 
| Eternal ID of this version: | #1003888/1 | 
| Text MD5: | 5cc8fcf4ffd5c32ac25cbb09a38710b8 | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2016-07-29 17:44:43 | 
| Source code size: | 384 bytes / 15 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 868 / 819 | 
| Referenced in: | [show references] |