MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / start

Method start

src/main/java/field/graphics/util/Saver.java:67–70  ·  view source on GitHub ↗

call to start streaming jpgs out to disk

()

Source from the content-addressed store, hash-verified

65
66 /**
67 * call to start streaming jpgs out to disk
68 */
69 public String start() {
70 setOn(true);
71 return "Saving to '" + prefix + "'";
72 }
73

Callers 5

goMethod · 0.45
installReloadWatchMethod · 0.45
WindowMethod · 0.45
goThreadedMethod · 0.45

Calls 1

setOnMethod · 0.95

Tested by

no test coverage detected