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

Method copyResults

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

Source from the content-addressed store, hash-verified

5242 }
5243
5244 private String copyResults() {
5245 interp.getParens();
5246 if (!IJ.isResultsWindow())
5247 interp.error("No results");
5248 TextPanel tp = IJ.getTextPanel();
5249 if (tp!=null)
5250 tp.copySelection();
5251 return null;
5252 }
5253
5254 private String resetBuffer() {
5255 interp.getParens();

Callers 1

doStringMethod · 0.95

Calls 5

isResultsWindowMethod · 0.95
getTextPanelMethod · 0.95
copySelectionMethod · 0.95
getParensMethod · 0.80
errorMethod · 0.45

Tested by

no test coverage detected