Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1022796 // scoredSearch_localMechListNames (remote mirrors actually)

JavaX fragment (include)

static LS scoredSearch_localMechListNames(S query, O... _) {
  ScoredSearcher searcher = new(query, _);

  for (S listName : namesOfLocalMechListCopies())
    searcher.add(listName);

  ret searcher!;
}

Author comment

Began life as a copy of #1022040

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022796
Snippet name: scoredSearch_localMechListNames (remote mirrors actually)
Eternal ID of this version: #1022796/3
Text MD5: 0dfefaa1c3212534928523b4871de531
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-07 22:48:47
Source code size: 209 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 207 / 249
Version history: 2 change(s)
Referenced in: [show references]