MCPcopy 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

pushArgsMethod · 0.95
doReturnMethod · 0.95
doArrayAssignmentMethod · 0.95
getVariableMethod · 0.95
getArrayMethod · 0.95
lengthOfMethod · 0.95
runNumericFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected