Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.45
run
Method · 0.45
main
Method · 0.45
write
Method · 0.45
log
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected