1 | static ManualTailFile thingsOnScreenDefinitions_tailFile; |
2 | static SS thingsOnScreenDefinitions = synchroMap(); |
3 | static Lock thingsOnScreenDefinitions_lock = lock(); |
4 | |
5 | static SS thingsOnScreenDefinitions() { |
6 | lock thingsOnScreenDefinitions_lock; |
7 | if (thingsOnScreenDefinitions_tailFile == null) |
8 | thingsOnScreenDefinitions_tailFile = new ManualTailFile(screenClipCommentsFile(), vfAppendToLineBuffer(unquotingLineBuffer(voidfunc(S s) { |
9 | L<S> l = safeUnstructureList(s); |
10 | mapPut(thingsOnScreenDefinitions, first(l), second(l)); |
11 | }))); |
12 | |
13 | thingsOnScreenDefinitions_tailFile.check(); |
14 | ret thingsOnScreenDefinitions; |
15 | } |
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: | #1010889 |
Snippet name: | thingsOnScreenDefinitions |
Eternal ID of this version: | #1010889/12 |
Text MD5: | 158324bbe1ad6ffe50dc53097b47ada0 |
Author: | stefan |
Category: | javax / ocr |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-10 18:01:34 |
Source code size: | 644 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 491 / 515 |
Version history: | 11 change(s) |
Referenced in: | [show references] |