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

Function buildErrorsFileName

runner/settings.go:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func buildErrorsFileName() string {
131 return settings["build_log"]
132}
133
134func buildErrorsFilePath() string {
135 return filepath.Join(tmpPath(), buildErrorsFileName())

Callers 1

buildErrorsFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected