Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ SystemMessage
Method
SystemMessage
util/console/console.go:18–21 ·
view source on GitHub ↗
(t text.TextComponent)
Source
from the content-addressed store, hash-verified
16
type
console
struct
{}
17
18
func
(c console) SystemMessage(t text.TextComponent) error {
19
log.Chat(t)
20
return
nil
21
}
22
23
var
Console console
24
Callers
nothing calls this directly
Calls
1
Chat
Function · 0.92
Tested by
no test coverage detected