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

Struct Disconnected

ws/event_disconnected.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Disconnected struct {
11 Code int
12 Reason string
13}
14
15func (e *Disconnected) Execute(rooms *Rooms, current ClientInfo) error {
16 e.executeNoError(rooms, current)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected