Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ doWrite
Method
doWrite
packages/engine.io-client/lib/transports/websocket.ts:179–181 ·
view source on GitHub ↗
(_packet: Packet, data: RawData)
Source
from the content-addressed store, hash-verified
177
}
178
179
doWrite(_packet: Packet, data: RawData) {
180
this.ws.send(data);
181
}
182
}
Callers
2
write
Function · 0.45
write
Function · 0.45
Calls
1
send
Method · 0.45
Tested by
no test coverage detected