Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ close
Function
close
playground/legacy/__tests__/ssr/serve.ts:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
resolve({
35
// for test teardown
36
async
close() {
37
await
new
Promise((resolve) => {
38
server.close(resolve)
39
})
40
},
41
})
42
})
43
} catch (e) {
Callers
nothing calls this directly
Calls
1
close
Method · 0.65
Tested by
no test coverage detected