MCPcopy
hub / github.com/vitejs/vite / close

Function close

playground/lib/__tests__/serve.ts:133–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 resolve({
132 // for test teardown
133 async close() {
134 await new Promise((resolve) => {
135 server.close(resolve)
136 })
137 },
138 })
139 })
140 } catch (e) {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected