MCPcopy Index your code
hub / github.com/codeaashu/claude-code / disablePluginOp

Function disablePluginOp

src/services/plugins/pluginOperations.ts:770–775  ·  view source on GitHub ↗
(
  plugin: string,
  scope?: InstallableScope,
)

Source from the content-addressed store, hash-verified

768 * @returns Result indicating success/failure
769 */
770export async function disablePluginOp(
771 plugin: string,
772 scope?: InstallableScope,
773): Promise<PluginOperationResult> {
774 return setPluginEnabledOp(plugin, false, scope)
775}
776
777/**
778 * Disable all enabled plugins

Callers 3

handleSingleOperationFunction · 0.85
ManagePluginsFunction · 0.85
disablePluginFunction · 0.85

Calls 1

setPluginEnabledOpFunction · 0.85

Tested by

no test coverage detected