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

Function Msg

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

Source from the content-addressed store, hash-verified

39}
40
41func Msg(msg string, args ...interface{}) {
42 Default.Msg(msg, args...)
43}
44
45func Puts(msg string, args ...interface{}) {
46 Default.Puts(msg, args...)

Callers

nothing calls this directly

Calls 1

MsgMethod · 0.80

Tested by

no test coverage detected