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

7
LINES

< > BotCompany Repo | #1022325 // gazelle_isRecentlyUsedMapping [dev.]

JavaX fragment (include)

sbool gazelle_isRecentlyUsedMapping(GazelleTree t, SS varMap, O... _) {
  S context = stringPar context(_);
  if (empty(context)) false;
  ret t != null && t.rule() != null
    && t.rule().avoidRecentlyUsedMappings
    && isTrue(dm_call(gazelle_rumCRUD(), 'hasRecentlyUsedMapping, context, t.rule().globalID, varMap));
}

Author comment

Began life as a copy of #1022323

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022325
Snippet name: gazelle_isRecentlyUsedMapping [dev.]
Eternal ID of this version: #1022325/4
Text MD5: 66378895aba7041395dd38adc05b2635
Author: stefan
Category: javax / gazelle
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-14 10:42:40
Source code size: 326 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 178 / 227
Version history: 3 change(s)
Referenced in: [show references]