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

Method columnExists

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

Source from the content-addressed store, hash-verified

7704 }
7705
7706 private Variable columnExists() {
7707 String col = getFirstString();
7708 ResultsTable rt = getResultsTable(getTitle());
7709 return new Variable(rt.columnExists(col)?1:0);
7710 }
7711
7712 private Variable renameColumn() {
7713 String oldName = getFirstString();

Callers 3

doTableMethod · 0.95
getResultMethod · 0.45
getResultStringMethod · 0.45

Calls 4

getFirstStringMethod · 0.95
getResultsTableMethod · 0.95
getTitleMethod · 0.95
columnExistsMethod · 0.95

Tested by

no test coverage detected