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

6
LINES

< > BotCompany Repo | #1032799 // checkStandardFunctionDefinitionForSafety

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (15465L/96K).

static Cl<S> checkStandardFunctionDefinitionForSafety(S fname) {
  S code = textOfStandardFunction(fname);
  code = jreplace(code, fname, "this");
  printWithIndent("> ", code);
  ret getCodeFragmentSafety(code);
}

Author comment

Began life as a copy of #1015762

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032799
Snippet name: checkStandardFunctionDefinitionForSafety
Eternal ID of this version: #1032799/4
Text MD5: 104ba6460f20a24246c8a4a62101bf89
Transpilation MD5: 11de4a751f64c41f7323bc054ffa19ce
Author: stefan
Category: javax / code analysis
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-06 07:44:28
Source code size: 219 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 103
Version history: 3 change(s)
Referenced in: [show references]