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

Method Warn

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

Source from the content-addressed store, hash-verified

80}
81
82func (m *Messenger) Warn(msg string, args ...interface{}) {
83 m.Msg("[WARN ]\t"+msg, args...)
84}
85
86func (m *Messenger) Info(msg string, args ...interface{}) {
87 m.Msg("[INFO ]\t"+msg, args...)

Callers 1

WarnFunction · 0.80

Calls 1

MsgMethod · 0.95

Tested by

no test coverage detected