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

Method setInstance

ij/src/main/java/ij/macro/Interpreter.java:2204–2206  ·  view source on GitHub ↗
(Interpreter i)

Source from the content-addressed store, hash-verified

2202 }
2203
2204 static void setInstance(Interpreter i) {
2205 instance = i;
2206 }
2207
2208 static void setBatchMode(boolean b) {
2209 batchMode = b;

Callers 2

abortMacroMethod · 0.95
waitForUserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected