MCPcopy Create free account
hub / github.com/WJX20/claude-code / disablePluginOp

Function disablePluginOp

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

Source from the content-addressed store, hash-verified

769 * @returns Result indicating success/failure
770 */
771export async function disablePluginOp(
772 plugin: string,
773 scope?: InstallableScope,
774): Promise<PluginOperationResult> {
775 return setPluginEnabledOp(plugin, false, scope)
776}
777
778/**
779 * 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