Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getImageCount
Method
getImageCount
ij/src/main/java/ij/macro/Functions.java:1579–1582 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1577
}
1578
1579
double getImageCount() {
1580
interp.getParens();
1581
return
WindowManager.getImageCount();
1582
}
1583
1584
double getResultsCount() {
1585
interp.getParens();
Callers
1
getFunctionValue
Method · 0.95
Calls
2
getImageCount
Method · 0.95
getParens
Method · 0.80
Tested by
no test coverage detected