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

Method createMacro

ij/src/main/java/ij/plugin/frame/Editor.java:421–423  ·  view source on GitHub ↗
(String name, String text)

Source from the content-addressed store, hash-verified

419 }
420
421 public void createMacro(String name, String text) {
422 create(name, text);
423 }
424 public void setRejectMacrosMsg(String msg ) {
425 rejectMacrosMsg = msg;
426 }

Callers 1

createMacroMethod · 0.95

Calls 1

createMethod · 0.95

Tested by

no test coverage detected