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

Method ejectBuffer

ij/src/main/java/ij/io/LogStream.java:198–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 }
197
198 private void ejectBuffer() {
199 IJ.log(prefix + byteStream.toString());
200 byteStream.reset();
201 }
202
203}

Callers 2

writeMethod · 0.95
flushMethod · 0.95

Calls 3

logMethod · 0.95
resetMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected