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

Method write

core/src/processing/data/XML.java:292–296  ·  view source on GitHub ↗
(PrintWriter output)

Source from the content-addressed store, hash-verified

290 // Sends this object and its kids to a Writer with an indent of 2 spaces,
291 // including the declaration at the top so that the output will be valid XML.
292 public boolean write(PrintWriter output) {
293 output.print(format(2));
294 output.flush();
295 return true;
296 }
297
298
299 /**

Callers 1

saveMethod · 0.95

Calls 3

formatMethod · 0.95
printMethod · 0.65
flushMethod · 0.45

Tested by

no test coverage detected