Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ getModuleInfo
Method
getModuleInfo
packages/vite/src/node/server/pluginContainer.ts:842–844 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
840
}
841
842
getModuleInfo(id: string): ModuleInfo | null {
843
return
this._container.getModuleInfo(id)
844
}
845
846
_updateModuleInfo(id: string, { meta }: { meta?: object | null }): void {
847
if
(meta) {
Callers
12
load
Method · 0.95
_updateModuleInfo
Method · 0.95
getModuleInfo
Method · 0.45
resolveId
Function · 0.45
load
Function · 0.45
transform
Function · 0.45
buildEnd
Function · 0.45
handler
Function · 0.45
handler
Function · 0.45
generateBundle
Function · 0.45
shouldInline
Function · 0.45
renderChunk
Function · 0.45
Calls
no outgoing calls
Tested by
4
resolveId
Function · 0.36
load
Function · 0.36
transform
Function · 0.36
buildEnd
Function · 0.36