MCPcopy Index your code
hub / github.com/benfry/processing4 / cleanup

Method cleanup

app/src/processing/app/Console.java:193–202  ·  view source on GitHub ↗
(OutputStream output)

Source from the content-addressed store, hash-verified

191
192
193 static private void cleanup(OutputStream output) {
194 try {
195 if (output != null) {
196 output.flush();
197 output.close();
198 }
199 } catch (IOException e) {
200 e.printStackTrace();
201 }
202 }
203
204
205 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 1

shutdownMethod · 0.95

Calls 3

flushMethod · 0.45
closeMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected