Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
Sprint(a ...any) TextComponent {
73
return
TextComponent{Text: fmt.Sprint(a...)}
74
}
75
76
func
Sprintf(format string, a ...any) TextComponent {
77
return
TextComponent{Text: fmt.Sprintf(format, a...)}
Callers
1
handleHandshake
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected