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

Function Info

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

Source from the content-addressed store, hash-verified

59}
60
61func Info(msg string, args ...interface{}) {
62 Default.Info(msg, args...)
63}
64
65func Debug(msg string, args ...interface{}) {
66 Default.Debug(msg, args...)

Callers 15

compileFunction · 0.92
buildOrderedPackagesFunction · 0.92
StringMethod · 0.92
CloneCacheNativeFunction · 0.92
WriteMethod · 0.92
CloneCacheEmbeddedFunction · 0.92
GetDependencyFunction · 0.92
DoInstallFunction · 0.92
makeCacheFunction · 0.92
processOthersFunction · 0.92
ensureModulesFunction · 0.92

Calls 1

InfoMethod · 0.80

Tested by

no test coverage detected