MCPcopy
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

offMethod · 0.65
closeMethod · 0.65
resolveFunction · 0.50

Tested by

no test coverage detected