MCPcopy
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

loadMethod · 0.95
_updateModuleInfoMethod · 0.95
getModuleInfoMethod · 0.45
resolveIdFunction · 0.45
loadFunction · 0.45
transformFunction · 0.45
buildEndFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
generateBundleFunction · 0.45
shouldInlineFunction · 0.45
renderChunkFunction · 0.45

Calls

no outgoing calls

Tested by 4

resolveIdFunction · 0.36
loadFunction · 0.36
transformFunction · 0.36
buildEndFunction · 0.36