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

Function Print

msg/msg.go:49–51  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

47}
48
49func Print(msg string) {
50 Default.Print(msg)
51}
52
53func PromptUntil(opts []string) (string, error) {
54 return Default.PromptUntil(opts)

Callers 1

getParamBooleanFunction · 0.92

Calls 1

PrintMethod · 0.80

Tested by

no test coverage detected