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

Function success

packages/engine.io/test/webtransport.mjs:11–15  ·  view source on GitHub ↗
(engine, h3server, done)

Source from the content-addressed store, hash-verified

9const TEXT_DECODER = new TextDecoder();
10
11function success(engine, h3server, done) {
12 engine.close();
13 h3server.stopServer();
14 done();
15}
16
17function createPartialDone(done, count) {
18 let i = 0;

Callers 1

webtransport.mjsFile · 0.70

Calls 2

doneFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected