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

Function Debug

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

Source from the content-addressed store, hash-verified

63}
64
65func Debug(msg string, args ...interface{}) {
66 Default.Debug(msg, args...)
67}
68
69func Warn(msg string, args ...interface{}) {
70 Default.Warn(msg, args...)

Callers 6

updateGlobalLibraryPathFunction · 0.92
EnsureCacheDirFunction · 0.92
UpdateCacheEmbeddedFunction · 0.92
GetDependencyFunction · 0.92
InitializeFunction · 0.92
executeUpdateFunction · 0.92

Calls 1

DebugMethod · 0.80

Tested by

no test coverage detected