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

Function removeBuildErrorsLog

runner/utils.go:85–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func removeBuildErrorsLog() error {
86 err := os.Remove(buildErrorsFilePath())
87
88 return err
89}

Callers 1

startFunction · 0.85

Calls 1

buildErrorsFilePathFunction · 0.85

Tested by

no test coverage detected