Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLoad/boss
/ HandleError
Function
HandleError
utils/errorHandle.go:5–9 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
3
import
"github.com/hashload/boss/msg"
4
5
func
HandleError(err error) {
6
if
err != nil {
7
msg.Err(err.Error())
8
}
9
}
Callers
15
_
Function · 0.92
updateGlobalLibraryPath
Function · 0.92
getDelphiVersionFromRegistry
Function · 0.92
EnsureCleanModulesDir
Function · 0.92
createPath
Function · 0.92
cleanArtifacts
Function · 0.92
compile
Function · 0.92
movePath
Function · 0.92
saveLoadOrder
Function · 0.92
getWrapperClone
Function · 0.92
getWrapperFetch
Function · 0.92
addPathBpl
Function · 0.92
Calls
1
Err
Function · 0.92
Tested by
no test coverage detected