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

Method Print

msg/msg.go:146–148  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

144}
145
146func (m *Messenger) Print(msg string) {
147 m.Puts(msg)
148}
149
150func (m *Messenger) HasErrored() bool {
151 return m.hasErrored

Callers 3

PrintFunction · 0.80
getParamOrDefFunction · 0.80
getPassFunction · 0.80

Calls 1

PutsMethod · 0.95

Tested by

no test coverage detected