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

Function Warn

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

Source from the content-addressed store, hash-verified

67}
68
69func Warn(msg string, args ...interface{}) {
70 Default.Warn(msg, args...)
71}
72
73func Err(msg string, args ...interface{}) {
74 Default.Err(msg, args...)

Callers 15

Md5MachineIDFunction · 0.92
updateGlobalLibraryPathFunction · 0.92
RunGCFunction · 0.92
EnsureCleanModulesDirFunction · 0.92
compileFunction · 0.92
UpdateCacheEmbeddedFunction · 0.92
processOthersFunction · 0.92
ensureModulesFunction · 0.92
getVersionFunction · 0.92
addPathsFunction · 0.92
delphi.goFile · 0.92

Calls 1

WarnMethod · 0.80

Tested by

no test coverage detected