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

5
LINES

< > BotCompany Repo | #1013317 // hasIndexedTerm - queries all indexes

JavaX fragment (include)

static bool hasIndexedTerm(S s) {
  S sKey = ai_shortenForIndex(s);
  if (!hasIndexedShortTerm(sKey)) false;
  ret sKey == s || cic(ai_expandShortenedKey(s), s);
}

Author comment

Began life as a copy of #1012408

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: #1013317
Snippet name: hasIndexedTerm - queries all indexes
Eternal ID of this version: #1013317/4
Text MD5: ea5427d9e864a93da9f4c78d30813f72
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-31 23:44:48
Source code size: 167 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 238 / 273
Version history: 3 change(s)
Referenced in: [show references]