Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ finish
Function
finish
packages/engine.io/test/server.js:3153–3157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3151
let
closed = 2;
3152
3153
function
finish() {
3154
setTimeout(() => {
3155
socket.close();
3156
}, 10);
3157
}
3158
3159
// server
3160
engine.on(
"connection"
, (conn) => {
Callers
1
server.js
File · 0.85
Calls
1
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…