()
| 636 | |
| 637 | environments, |
| 638 | get pluginContainer() { |
| 639 | warnFutureDeprecation(config, 'removeServerPluginContainer') |
| 640 | return pluginContainer |
| 641 | }, |
| 642 | set pluginContainer(p) { |
| 643 | pluginContainer = p |
| 644 | }, |
nothing calls this directly
no test coverage detected