Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ close
Method
close
framework/framework/router.ts:40–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
close() {
41
for
(
const
socket of this.clients) {
42
socket.close();
43
}
44
}
45
}
46
47
export
class
Router extends KoaRouter {
Callers
1
ws
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected