Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Text
Function
Text
protocol/text/builder.go:41–43 ·
view source on GitHub ↗
(c string)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
Text(c string) TextComponent {
42
return
TextComponent{Text: c}
43
}
44
45
func
Italic() TextComponent {
46
return
TextComponent{Italic: true}
Callers
1
gc.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected