MCPcopy Index your code
hub / github.com/apache/groovy / flush

Method flush

src/main/java/org/codehaus/groovy/tools/shell/IO.java:182–185  ·  view source on GitHub ↗

Flush both output streams.

()

Source from the content-addressed store, hash-verified

180 * Flush both output streams.
181 */
182 public void flush() {
183 out.flush();
184 err.flush();
185 }
186
187 /**
188 * Close all streams.

Callers 5

runMethod · 0.45
runMethod · 0.45
mainMethod · 0.45
writeMethod · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected