()
| 643 | pluginContainer = p |
| 644 | }, |
| 645 | get moduleGraph() { |
| 646 | warnFutureDeprecation(config, 'removeServerModuleGraph') |
| 647 | return moduleGraph |
| 648 | }, |
| 649 | set moduleGraph(graph) { |
| 650 | moduleGraph = graph |
| 651 | }, |
nothing calls this directly
no test coverage detected