MCPcopy
hub / github.com/vitejs/vite / moduleGraph

Function moduleGraph

packages/vite/src/node/server/index.ts:645–648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

643 pluginContainer = p
644 },
645 get moduleGraph() {
646 warnFutureDeprecation(config, 'removeServerModuleGraph')
647 return moduleGraph
648 },
649 set moduleGraph(graph) {
650 moduleGraph = graph
651 },

Callers

nothing calls this directly

Calls 1

warnFutureDeprecationFunction · 0.90

Tested by

no test coverage detected