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

Function Puts

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

Source from the content-addressed store, hash-verified

43}
44
45func Puts(msg string, args ...interface{}) {
46 Default.Puts(msg, args...)
47}
48
49func Print(msg string) {
50 Default.Print(msg)

Callers

nothing calls this directly

Calls 1

PutsMethod · 0.80

Tested by

no test coverage detected