MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / IsWebSocket

Method IsWebSocket

internal/plugins/plugincallbacks.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30type NetConnection interface {
31 IsWebSocket() bool
32 Read(p []byte) (n int, err error)
33 Write(p []byte) (n int, err error)
34 Close()

Callers 7

cliCommandMethod · 0.65
onCLIRequestMethod · 0.65
onNetConnectMethod · 0.65
GetOnlineInfoMethod · 0.65
IsWebsocketFunction · 0.65
CopyoverSaveMethod · 0.65
HandlePlayerSpawnFunction · 0.65

Implementers 1

ConnectionDetailsinternal/connections/connectiondetails

Calls

no outgoing calls

Tested by

no test coverage detected