Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ commons.ts
File
commons.ts
packages/engine.io-parser/lib/commons.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
PACKET_TYPES = Object.create(null);
// no Map = no polyfill
2
PACKET_TYPES[
"open"
] =
"0"
;
3
PACKET_TYPES[
"close"
] =
"1"
;
4
PACKET_TYPES[
"ping"
] =
"2"
;
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected