1 | static L scanLog_safeUnstructure(S progID, S fileName) {
|
2 | ret scanLog_safeUnstructure(getProgramFile(progID, fileName)); |
3 | } |
4 | |
5 | static L scanLog_safeUnstructure(S fileName) {
|
6 | ret scanLog_safeUnstructure(getProgramFile(fileName)); |
7 | } |
8 | |
9 | static L scanLog_safeUnstructure(File file) {
|
10 | new L l; |
11 | for (S s : scanLog(file)) pcall {
|
12 | l.add(safeUnstructure(s)); |
13 | } |
14 | ret l; |
15 | } |
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: | 870 / 821 |
| Referenced in: | [show references] |