Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doString
Method · 0.95
Calls
2
getParens
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected