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

Method Debug

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

Source from the content-addressed store, hash-verified

88}
89
90func (m *Messenger) Debug(msg string, args ...interface{}) {
91 if !DebugEnable {
92 return
93 }
94 m.Msg("[DEBUG]\t"+msg, args...)
95}
96
97func (m *Messenger) Die(msg string, args ...interface{}) {
98 m.Err(msg, args...)

Callers 1

DebugFunction · 0.80

Calls 1

MsgMethod · 0.95

Tested by

no test coverage detected