Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getStringFunction
Method · 0.95
runStringFunction
Method · 0.45
parseDouble
Method · 0.45
doString
Method · 0.45
showArray
Method · 0.45
parseMenu
Method · 0.45
run
Method · 0.45
run
Method · 0.45
makeStack
Method · 0.45
getMemorySetting
Method · 0.45
run
Method · 0.45
saveImage
Method · 0.45
Calls
3
getStringArg
Method · 0.95
nextToken
Method · 0.45
error
Method · 0.45
Tested by
no test coverage detected