MCPcopy Index your code
hub / github.com/processing/processing / cleanup

Method cleanup

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

Source from the content-addressed store, hash-verified

183
184
185 static private void cleanup(OutputStream output) {
186 try {
187 if (output != null) {
188 output.flush();
189 output.close();
190 }
191 } catch (IOException e) {
192 e.printStackTrace();
193 }
194 }
195
196
197 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 1

shutdownMethod · 0.95

Calls 3

flushMethod · 0.45
closeMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected