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

Method wasError

ij/src/main/java/ij/macro/Interpreter.java:2381–2383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2379
2380 // Returns 'true' if this macro generated an error and was aborted. */
2381 public boolean wasError() {
2382 return wasError;
2383 }
2384
2385 public void setVariable(String name, double value) {
2386 int index;

Callers 4

runMacroMethod · 0.95
applyMacroMethod · 0.95
applyMacroMethod · 0.95
doCustomFitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected