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

Function init

ws/event_clientice.go:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func init() {
11 register("clientice", func() Event {
12 return &ClientICE{}
13 })
14}
15
16type ClientICE outgoing.P2PMessage
17

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected