Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getDirectory
Method
getDirectory
ij/src/main/java/ij/macro/Functions.java:1919–1923 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1917
}
1918
1919
public
String getDirectory() {
1920
String dir = IJ.getDirectory(getStringArg());
1921
if
(dir==null) dir =
""
;
1922
return
dir;
1923
}
1924
1925
double getSelectionType() {
1926
interp.getParens();
Callers
1
getStringFunction
Method · 0.95
Calls
2
getDirectory
Method · 0.95
getStringArg
Method · 0.95
Tested by
no test coverage detected