MCPcopy
hub / github.com/socketio/socket.io / writeToEngine

Function writeToEngine

packages/socket.io-adapter/test/index.ts:69–73  ·  packages/socket.io-adapter/test/index.ts::writeToEngine
(payload, opts)

Source from the content-addressed store, hash-verified

67 id,
68 client: {
69 writeToEngine(payload, opts) {
70 expect(payload).to.eql([class="st">"123"]);
71 expect(opts.preEncoded).to.eql(true);
72 ids.push(id);
73 },
74 },
75 },
76 ];

Callers

nothing calls this directly

Calls 2

eqlMethod · 0.80
aMethod · 0.65

Tested by

no test coverage detected