Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
type
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
cliCommand
Method · 0.65
onCLIRequest
Method · 0.65
onNetConnect
Method · 0.65
GetOnlineInfo
Method · 0.65
IsWebsocket
Function · 0.65
CopyoverSave
Method · 0.65
HandlePlayerSpawn
Function · 0.65
Implementers
1
ConnectionDetails
internal/connections/connectiondetails
Calls
no outgoing calls
Tested by
no test coverage detected