MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / Sprint

Function Sprint

protocol/text/text.go:72–74  ·  view source on GitHub ↗
(a ...any)

Source from the content-addressed store, hash-verified

70}
71
72func Sprint(a ...any) TextComponent {
73 return TextComponent{Text: fmt.Sprint(a...)}
74}
75
76func Sprintf(format string, a ...any) TextComponent {
77 return TextComponent{Text: fmt.Sprintf(format, a...)}

Callers 1

handleHandshakeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected