Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
func
removeBuildErrorsLog() error {
86
err := os.Remove(buildErrorsFilePath())
87
88
return
err
89
}
Callers
1
start
Function · 0.85
Calls
1
buildErrorsFilePath
Function · 0.85
Tested by
no test coverage detected