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

Method Info

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

Source from the content-addressed store, hash-verified

84}
85
86func (m *Messenger) Info(msg string, args ...interface{}) {
87 m.Msg("[INFO ]\t"+msg, args...)
88}
89
90func (m *Messenger) Debug(msg string, args ...interface{}) {
91 if !DebugEnable {

Callers 1

InfoFunction · 0.80

Calls 1

MsgMethod · 0.95

Tested by

no test coverage detected