1 | static L<Map> scanMapLog(S progID, S fileName) { |
2 | ret scanMapLog(getProgramFile(progID, fileName)); |
3 | } |
4 | |
5 | static L<Map> scanMapLog(S fileName) { |
6 | ret scanMapLog(getProgramFile(fileName)); |
7 | } |
8 | |
9 | static L<Map> scanMapLog(File file) { |
10 | new L<Map> l; |
11 | for (S s : scanLog(file)) pcall { |
12 | l.add(unstructureMap(s)); |
13 | } |
14 | ret l; |
15 | } |
Began life as a copy of #1001948
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: | #1002950 |
Snippet name: | scanMapLog - scan log made with logMap |
Eternal ID of this version: | #1002950/1 |
Text MD5: | 6a2bc3c903fa96857dc8bcf9766118e6 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-04-10 17:09:55 |
Source code size: | 338 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 616 / 607 |
Referenced in: | [show references] |