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

Method addKeywords

ij/src/main/java/ij/macro/Program.java:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 void addKeywords() {
56 for (int i=0; i<keywords.length; i++)
57 addSymbol(new Symbol(keywordIDs[i], keywords[i]));
58 }
59
60 void addFunctions() {
61 for (int i=0; i<functions.length; i++)

Callers 1

ProgramMethod · 0.95

Calls 1

addSymbolMethod · 0.95

Tested by

no test coverage detected