Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Reply
Method
Reply
server/command/command.go:41–43 ·
view source on GitHub ↗
(msg text.TextComponent)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(c CommandCallContext) Reply(msg text.TextComponent) error {
42
return
c.Executor.SystemMessage(msg)
43
}
Callers
nothing calls this directly
Calls
1
SystemMessage
Method · 0.65
Tested by
no test coverage detected