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

Function init

ws/event_create.go:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9)
10
11func init() {
12 register("create", func() Event {
13 return &Create{}
14 })
15}
16
17type Create struct {
18 ID string `json:"id"`

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected