1 | static L<WebNode> ai_search_dollarX_verified(S a, S b, S c) {
|
2 | S query = isDollarVar(a) ? c : a; |
3 | ret webs_search_dollarX(webFromTriples(a, b, c), indexedVerifiedWebs(query)); |
4 | } |
5 | |
6 | static L<WebNode> ai_search_dollarX_verified(T3<S> t) {
|
7 | ret ai_search_dollarX_verified(t.a, t.b, t.c); |
8 | } |
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: | 725 / 758 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |