Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ success
Function
success
packages/engine.io-client/test/webtransport.mjs:76–80 ·
view source on GitHub ↗
(engine, h3server, done)
Source
from the content-addressed store, hash-verified
74
}
75
76
function
success(engine, h3server, done) {
77
engine.close();
78
h3server.stopServer();
79
done();
80
}
81
82
function
createSocket(port, certificate, opts) {
83
return
new
Socket(
Callers
1
webtransport.mjs
File · 0.70
Calls
2
done
Function · 0.85
close
Method · 0.45
Tested by
no test coverage detected