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

Method resetBuffer

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

Source from the content-addressed store, hash-verified

5252 }
5253
5254 private String resetBuffer() {
5255 interp.getParens();
5256 buffer = new StringBuffer(256);
5257 return null;
5258 }
5259
5260 private String getBuffer() {
5261 interp.getParens();

Callers 1

doStringMethod · 0.95

Calls 1

getParensMethod · 0.80

Tested by

no test coverage detected