static L<S> mechListNames_fresh() { bool useLocal = false, useRemote = true; if (mergeLocalAndRemoteMechLists()) useLocal = true; else if (useLocalMechLists()) { useLocal = true; useRemote = false; } LS l = null; if (useRemote) if (useLocalMechListCopies()) l = namesOfLocalMechListCopies(); else l = serverMechListNames_fresh(); if (useLocal) l = concatLists_conservative(l, localMechListNames()); ret l; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014069 |
Snippet name: | mechListNames_fresh |
Eternal ID of this version: | #1014069/4 |
Text MD5: | f3090f95c7fc1c3a943f236605d29826 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-27 13:39:53 |
Source code size: | 489 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 413 / 450 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017108 - mechListMD5s_fresh #1017563 - serverMechListNames_fresh |