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

Function deactivate

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

Source from the content-addressed store, hash-verified

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 },

Callers

nothing calls this directly

Calls 1

deactivatePluginByIdFunction · 0.85

Tested by

no test coverage detected