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

8
LINES

< > BotCompany Repo | #1011429 // ai_search_dollarX_verified - return only verified webs

JavaX fragment (include)

static L<WebNode> ai_search_dollarX_verified(S a, S b, S c) {
  S query = isDollarVar(a) ? c : a;
  ret webs_search_dollarX(webFromTriples(a, b, c), indexedVerifiedWebs(query));
}

static L<WebNode> ai_search_dollarX_verified(T3<S> t) {
  ret ai_search_dollarX_verified(t.a, t.b, t.c);
}

Author comment

Began life as a copy of #1011410

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: #1011429
Snippet name: ai_search_dollarX_verified - return only verified webs
Eternal ID of this version: #1011429/4
Text MD5: 86e0cedd51f6b2b7f19bdd27dfbecdb9
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-01 05:35:36
Source code size: 294 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 434 / 453
Version history: 3 change(s)
Referenced in: [show references]