()
| 11 | await plugins.register(historyCommand, {}, { autoInit: true }); |
| 12 | }, |
| 13 | destroy() { |
| 14 | plugins.delete(nodeCommand.pluginName); |
| 15 | plugins.delete(historyCommand.pluginName); |
| 16 | }, |
| 17 | }; |
| 18 | }; |
| 19 |
nothing calls this directly
no test coverage detected
searching dependent graphs…