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

Function close

playground/legacy/__tests__/client-and-ssr/serve.ts:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 resolve({
47 // for test teardown
48 async close() {
49 await new Promise((resolve) => {
50 server.close(resolve)
51 })
52 },
53 })
54 })
55 } catch (e) {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected