MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / addStringFunctions

Method addStringFunctions

ij/src/main/java/ij/macro/Program.java:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 void addStringFunctions() {
71 for (int i=0; i<stringFunctions.length; i++)
72 addSymbol(new Symbol(stringFunctionIDs[i], stringFunctions[i]));
73 }
74
75 void addArrayFunctions() {
76 for (int i=0; i<arrayFunctions.length; i++)

Callers 1

ProgramMethod · 0.95

Calls 1

addSymbolMethod · 0.95

Tested by

no test coverage detected