1 | sS gazelle_processSafeEvals(S text, SS evalCache) {
|
2 | S l = dm_processEmbeddedSafeEvals(text, +evalCache); |
3 | if (l != text) {
|
4 | print("Processed eval: " + text + " => " + l);
|
5 | text = l; |
6 | } |
7 | ret text; |
8 | } |
Began life as a copy of #1022539
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: | #1022546 |
| Snippet name: | gazelle_processSafeEvals |
| Eternal ID of this version: | #1022546/3 |
| Text MD5: | 2c1febff8f140009bb1d8524cdd7d559 |
| Author: | stefan |
| Category: | javax / gazelle |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-21 01:05:00 |
| Source code size: | 215 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 492 / 536 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |