(id: string)
| 1011 | } |
| 1012 | |
| 1013 | export async function activatePlugin(id: string) { |
| 1014 | return activatePluginById(runtime, id, true) |
| 1015 | } |
| 1016 | |
| 1017 | export async function deactivatePlugin(id: string) { |
| 1018 | return deactivatePluginById(runtime, id, true) |
nothing calls this directly
no test coverage detected