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

Method appendToBuffer

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

Source from the content-addressed store, hash-verified

5216 }
5217
5218 private String appendToBuffer() {
5219 String text = getStringArg();
5220 if (buffer==null)
5221 buffer = new StringBuffer(256);
5222 buffer.append(text);
5223 return null;
5224 }
5225
5226 private String copyStringToClipboard() {
5227 String text = getStringArg();

Callers 1

doStringMethod · 0.95

Calls 2

getStringArgMethod · 0.95
appendMethod · 0.65

Tested by

no test coverage detected