Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ buildEnd
Function
buildEnd
packages/vite/src/node/server/__tests__/pluginContainer.spec.ts:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
},
42
buildEnd() {
43
const
{ meta } = this.getModuleInfo(entryUrl) ?? {}
44
metaArray.push(meta)
45
},
46
}
47
48
const
environment =
await
getDevEnvironment({
Callers
nothing calls this directly
Calls
1
getModuleInfo
Method · 0.45
Tested by
no test coverage detected