MCPcopy Create free account
hub / github.com/gravityblast/fresh / buildErrorsFilePath

Function buildErrorsFilePath

runner/settings.go:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func buildErrorsFilePath() string {
135 return filepath.Join(tmpPath(), buildErrorsFileName())
136}
137
138func configPath() string {
139 return settings["config_path"]

Callers 2

createBuildErrorsLogFunction · 0.85
removeBuildErrorsLogFunction · 0.85

Calls 2

tmpPathFunction · 0.85
buildErrorsFileNameFunction · 0.85

Tested by

no test coverage detected