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

6
LINES

< > BotCompany Repo | #1022323 // gazelle_storeRecentlyUsedMappings

JavaX fragment (include)

svoid gazelle_storeRecentlyUsedMappings(L<GazelleTree> l, O... _) {
  for (GazelleTree t : unnull(l)) pcall {
    if (t.rule() != null && t.varMap() != null && t.rule().avoidRecentlyUsedMappings)
      dm_call(gazelle_rumCRUD(), 'storeRecentlyUsedMapping, or2(stringPar context(_), "unknown"), t.rule().globalID, t.varMap());
  }
}

Author comment

Began life as a copy of #1021801

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: #1022323
Snippet name: gazelle_storeRecentlyUsedMappings
Eternal ID of this version: #1022323/3
Text MD5: 9a5ac043150d04a9c0a58e2538bd9bcc
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:40:24
Source code size: 336 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 227
Version history: 2 change(s)
Referenced in: [show references]