MCPcopy 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
138func configPath() string {
139 return settings["config_path"]
140}
141
142func buildDelay() time.Duration {
143 value, _ := strconv.Atoi(settings["build_delay"])

Callers 1

loadRunnerConfigSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected