MCPcopy 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

getFunctionValueMethod · 0.95

Calls 2

getImageCountMethod · 0.95
getParensMethod · 0.80

Tested by

no test coverage detected