Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
go
Method · 0.45
installReloadWatch
Method · 0.45
Window
Method · 0.45
goThreaded
Method · 0.45
makeQueueServiceThread
Method · 0.45
Calls
1
setOn
Method · 0.95
Tested by
no test coverage detected