Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setSavePath
Method
setSavePath
src/periphery/Config.java:266–268 ·
view source on GitHub ↗
(String savePath)
Source
from the content-addressed store, hash-verified
264
}
265
266
public
void
setSavePath(String savePath) {
267
this.savePath = savePath;
268
}
269
270
public
String getSafePath() {
271
return
this.savePath;
Callers
1
initOutput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected