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

12
LINES

< > BotCompany Repo | #1012103 // ai_callSpeculationFunctionOnWeb

JavaX fragment (include)

static void ai_callSpeculationFunctionOnWeb(fS f, S webID) {
  ai_callSpeculationFunctionOnWeb(f, ai_getWebFromTerm(webID));
}

static void ai_callSpeculationFunctionOnWeb(fS f, final Web web) {
  final T3<S> t = webToTriple(web);
  ret if t == null;
  pcall ping {
    //ai_withMaker(f, r { callMC(f, t.a, t.b, t.c) });
    ai_withMaker(f, r { callMC(f, web) });
  }
}

Author comment

Began life as a copy of #1011811

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: #1012103
Snippet name: ai_callSpeculationFunctionOnWeb
Eternal ID of this version: #1012103/6
Text MD5: bcd359baf377f468128fdfd2539eb31b
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-12 10:07:54
Source code size: 380 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 263 / 304
Version history: 5 change(s)
Referenced in: [show references]