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()); } }
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: | 244 / 289 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022325 - gazelle_isRecentlyUsedMapping [dev.] |