(id)
| 637 | return activatePluginById(runtime, id, true) |
| 638 | }, |
| 639 | deactivate(id) { |
| 640 | return deactivatePluginById(runtime, id, true) |
| 641 | }, |
| 642 | add(spec) { |
| 643 | return addPluginBySpec(runtime, spec) |
| 644 | }, |
nothing calls this directly
no test coverage detected