Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ writeToEngine
Function
writeToEngine
packages/socket.io-adapter/test/index.ts:69–73 ·
view source on GitHub ↗
(payload, opts)
Source
from the content-addressed store, hash-verified
67
id,
68
client: {
69
writeToEngine(payload, opts) {
70
expect(payload).to.eql([
"123"
]);
71
expect(opts.preEncoded).to.eql(true);
72
ids.push(id);
73
},
74
},
75
},
76
];
Callers
nothing calls this directly
Calls
2
eql
Method · 0.80
a
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…