MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / enablePluginOp

Function enablePluginOp

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

Source from the content-addressed store, hash-verified

754 * @returns Result indicating success/failure
755 */
756export async function enablePluginOp(
757 plugin: string,
758 scope?: InstallableScope,
759): Promise<PluginOperationResult> {
760 return setPluginEnabledOp(plugin, true, scope)
761}
762
763/**
764 * Disable a plugin

Callers 4

handleSingleOperationFunction · 0.85
ManagePluginsFunction · 0.85
checkAndInstallFunction · 0.85
enablePluginFunction · 0.85

Calls 1

setPluginEnabledOpFunction · 0.85

Tested by

no test coverage detected