Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ close
Method
close
packages/vite/src/node/server/hmr.ts:148–148 ·
view source on GitHub ↗
* Disconnect all clients, called when server is closed or restarted.
()
Source
from the content-addressed store, hash-verified
146
* Disconnect all clients, called when server is closed or restarted.
147
*/
148
close?(): Promise<unknown> | void
149
150
api?: Api
151
}
Callers
15
runnerImport
Function · 0.65
server-worker-runner.invoke.spec.ts
File · 0.65
server-worker-runner.spec.ts
File · 0.65
server-runtime.spec.ts
File · 0.65
createModuleRunnerTester
Function · 0.65
ssrLoadModule.spec.ts
File · 0.65
close
Method · 0.65
close
Method · 0.65
close
Function · 0.65
close
Method · 0.65
createTestServer
Function · 0.65
watcher.spec.ts
File · 0.65
Calls
no outgoing calls
Tested by
7
createModuleRunnerTester
Function · 0.52
createTestServer
Function · 0.52
createTestServer
Function · 0.52
run
Function · 0.52
[Symbol.asyncDispose]
Function · 0.52
createServerWithPlugin
Function · 0.52
createPreviewServerWithPlugin
Function · 0.52