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

Method setTableValue

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

Source from the content-addressed store, hash-verified

7574 }
7575
7576 private Variable setTableValue() {
7577 ResultsTable rt = getRT(null);
7578 setResult(rt);
7579 return null;
7580 }
7581
7582 private Variable setTableColumn() {
7583 String column = getFirstString();

Callers 1

doTableMethod · 0.95

Calls 2

getRTMethod · 0.95
setResultMethod · 0.95

Tested by

no test coverage detected