Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ init
Method
init
packages/vite/src/node/build.ts:1746–1751 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1744
}
1745
1746
async
init(): Promise<void> {
1747
if
(this._initiated) {
1748
return
1749
}
1750
this._initiated = true
1751
}
1752
}
1753
1754
export
interface
ViteBuilder {
Callers
2
bundleWorkerEntry
Function · 0.95
setupEnvironment
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected