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

Method save

core/src/processing/data/XML.java:284–286  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

282
283
284 public boolean save(File file) {
285 return save(file, null);
286 }
287
288
289 public boolean save(File file, String options) {

Callers 1

exportApplicationMethod · 0.95

Calls 4

createWriterMethod · 0.95
writeMethod · 0.95
flushMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected