MCPcopy Create free account
hub / github.com/Noumena-Network/code / disablePluginOp

Function disablePluginOp

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

Source from the content-addressed store, hash-verified

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