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

7
LINES

< > BotCompany Repo | #1022089 // gazelle_contextCacheForSingleRule

JavaX fragment (include)

static GazelleContextCache_v2 gazelle_contextCacheForSingleRule(S ruleID) {
  T3S t = gazelle_tripleForSingleRule(ruleID);
  if (t == null) null;
  new GazelleContextCache_v2 cache;
  cache.loadRules(ll(t));
  ret cache;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022089
Snippet name: gazelle_contextCacheForSingleRule
Eternal ID of this version: #1022089/2
Text MD5: 41bd5c0711787aff2c62a386091bbc51
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-07 15:17:15
Source code size: 228 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 170 / 204
Version history: 1 change(s)
Referenced in: [show references]