Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ close
Function
close
packages/vite/src/node/server/ws.ts:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
return
new
Set<WebSocketClient>()
128
},
129
async
close() {
130
// noop
131
},
132
on: noop as any as WebSocketServer[
'on'
],
133
off: noop as any as WebSocketServer[
'off'
],
134
setInvokeHandler: noop,
Callers
nothing calls this directly
Calls
3
off
Method · 0.65
close
Method · 0.65
resolve
Function · 0.50
Tested by
no test coverage detected