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

Method trim

ij/src/main/java/ij/macro/Functions.java:4092–4096  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4090 }
4091
4092 String trim() {
4093 if (interp.nextToken()=='=')
4094 interp.error("'trim' is a reserved word");
4095 return getStringArg().trim();
4096 }
4097
4098 void floodFill() {
4099 int x = (int)getFirstArg();

Callers 15

getStringFunctionMethod · 0.95
runStringFunctionMethod · 0.45
parseDoubleMethod · 0.45
doStringMethod · 0.45
showArrayMethod · 0.45
parseMenuMethod · 0.45
runMethod · 0.45
runMethod · 0.45
makeStackMethod · 0.45
getMemorySettingMethod · 0.45
runMethod · 0.45
saveImageMethod · 0.45

Calls 3

getStringArgMethod · 0.95
nextTokenMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected