MCPcopy 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

3import "github.com/hashload/boss/msg"
4
5func HandleError(err error) {
6 if err != nil {
7 msg.Err(err.Error())
8 }
9}

Callers 15

_Function · 0.92
updateGlobalLibraryPathFunction · 0.92
EnsureCleanModulesDirFunction · 0.92
createPathFunction · 0.92
cleanArtifactsFunction · 0.92
compileFunction · 0.92
movePathFunction · 0.92
saveLoadOrderFunction · 0.92
getWrapperCloneFunction · 0.92
getWrapperFetchFunction · 0.92
addPathBplFunction · 0.92

Calls 1

ErrFunction · 0.92

Tested by

no test coverage detected