MCPcopy Create free account
hub / github.com/HashLoad/boss / Die

Function Die

msg/msg.go:37–39  ·  view source on GitHub ↗
(msg string, args ...interface{})

Source from the content-addressed store, hash-verified

35var Default = NewMessenger()
36
37func Die(msg string, args ...interface{}) {
38 Default.Die(msg, args...)
39}
40
41func Msg(msg string, args ...interface{}) {
42 Default.Msg(msg, args...)

Callers 15

InstallModulesFunction · 0.92
EnsureCleanModulesDirFunction · 0.92
EnsureCacheDirFunction · 0.92
checkHasGitClientFunction · 0.92
getWrapperCloneFunction · 0.92
getWrapperFetchFunction · 0.92
initSubmodulesNativeFunction · 0.92
CloneCacheEmbeddedFunction · 0.92
RunFunction · 0.92
ensureModulesFunction · 0.92
addPathsFunction · 0.92
printDependenciesFunction · 0.92

Calls 1

DieMethod · 0.80

Tested by

no test coverage detected