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

Method getBuffer

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

Source from the content-addressed store, hash-verified

5258 }
5259
5260 private String getBuffer() {
5261 interp.getParens();
5262 if (buffer==null)
5263 buffer = new StringBuffer(256);
5264 return buffer.toString();
5265 }
5266
5267 private void doCommand() {
5268 String arg = getStringArg();

Callers 1

doStringMethod · 0.95

Calls 2

getParensMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected