MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / copyArray

Method copyArray

ij/src/main/java/ij/macro/Functions.java:6501–6506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6499 }
6500
6501 Variable[] copyArray() {
6502 interp.getLeftParen();
6503 Variable[] a = getArray();
6504 interp.getRightParen();
6505 return duplicate(a);
6506 }
6507
6508 Variable[] duplicate(Variable[] a1) {
6509 Variable[] a2 = new Variable[a1.length];

Callers 1

doArrayMethod · 0.95

Calls 4

getArrayMethod · 0.95
duplicateMethod · 0.95
getLeftParenMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected