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

Function close

packages/vite/src/node/server/index.ts:777–782  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

775 }
776 },
777 async close() {
778 if (!closeServerPromise) {
779 closeServerPromise = closeServer()
780 }
781 return closeServerPromise
782 },
783 printUrls() {
784 if (server.resolvedUrls) {
785 printServerUrls(

Callers

nothing calls this directly

Calls 1

closeServerFunction · 0.70

Tested by

no test coverage detected