Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gravityblast/fresh
/ configPath
Function
configPath
runner/settings.go:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
func
configPath() string {
139
return
settings[
"config_path"
]
140
}
141
142
func
buildDelay() time.Duration {
143
value, _ := strconv.Atoi(settings[
"build_delay"
])
Callers
1
loadRunnerConfigSettings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected