MCPcopy Index your code
hub / github.com/anomalyco/opencode / activatePlugin

Function activatePlugin

packages/opencode/src/plugin/tui/runtime.ts:1013–1015  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

1011}
1012
1013export async function activatePlugin(id: string) {
1014 return activatePluginById(runtime, id, true)
1015}
1016
1017export async function deactivatePlugin(id: string) {
1018 return deactivatePluginById(runtime, id, true)

Callers

nothing calls this directly

Calls 1

activatePluginByIdFunction · 0.85

Tested by

no test coverage detected