Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ onEnd
Function
onEnd
packages/engine.io/test/engine.io.js:133–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}, 100);
132
133
function
onEnd() {
134
done(
new
Error(
"Client should not end"
));
135
}
136
137
client.on(
"end"
, onEnd);
138
});
Callers
1
onDataRequest
Method · 0.85
Calls
1
done
Function · 0.85
Tested by
no test coverage detected