MCPcopy Index your code
hub / github.com/screego/server / init

Function init

ws/event_join.go:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5)
6
7func init() {
8 register("join", func() Event {
9 return &Join{}
10 })
11}
12
13type Join struct {
14 ID string `json:"id"`

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected