Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getArraySize
Method
getArraySize
ij/src/main/java/ij/macro/Variable.java:108–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
int
getArraySize() {
109
int
size = array!=null?array.length:0;
110
if
(arraySize>0) size = arraySize;
111
return
size;
112
}
113
114
int
getType() {
115
if
(array!=null)
Callers
9
pushArgs
Method · 0.95
doReturn
Method · 0.95
doArrayElementAssignment
Method · 0.95
doUserFunctionAssignment
Method · 0.95
doArrayAssignment
Method · 0.95
getVariable
Method · 0.95
getArray
Method · 0.95
lengthOf
Method · 0.95
runNumericFunction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected