Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ doClose
Method
doClose
packages/engine.io/lib/transports/webtransport.ts:68–72 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
66
}
67
68
doClose(fn) {
69
debug(
"closing WebTransport session"
);
70
this.session.close();
71
fn && fn();
72
}
73
}
Callers
nothing calls this directly
Calls
3
debug
Function · 0.85
fn
Function · 0.85
close
Method · 0.45
Tested by
no test coverage detected