1 | sS sf_makeArgumentsFinal(S name) { |
2 | S snippetID = standardFunctionMap().get(name); |
3 | if (snippetID == null) ret "Function not found: " + name; |
4 | S src = loadSnippet(snippetID); |
5 | LS tok = javaTok(src); |
6 | tok_makeArgumentsToAllFunctionsFinal(tok); |
7 | ret eq(join(tok), src) ? "No change" : editSnippet(snippetID, join(tok)); |
8 | } |
Began life as a copy of #1019708
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020911 |
Snippet name: | sf_makeArgumentsFinal |
Eternal ID of this version: | #1020911/1 |
Text MD5: | a62f68edd5b41f37a64ba077da2d4f7c |
Author: | stefan |
Category: | javax / transpiling |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-09 20:55:40 |
Source code size: | 332 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 292 / 337 |
Referenced in: | [show references] |