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

Function init

ws/event_share.go:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1package ws
2
3func init() {
4 register("share", func() Event {
5 return &StartShare{}
6 })
7}
8
9type StartShare struct{}
10

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected