Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
func
buildErrorsFilePath() string {
135
return
filepath.Join(tmpPath(), buildErrorsFileName())
136
}
137
138
func
configPath() string {
139
return
settings[
"config_path"
]
Callers
2
createBuildErrorsLog
Function · 0.85
removeBuildErrorsLog
Function · 0.85
Calls
2
tmpPath
Function · 0.85
buildErrorsFileName
Function · 0.85
Tested by
no test coverage detected