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

Function enablePluginOp

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

Source from the content-addressed store, hash-verified

757 * @returns Result indicating success/failure
758 */
759export async function enablePluginOp(
760 plugin: string,
761 scope?: InstallableScope,
762): Promise<PluginOperationResult> {
763 return setPluginEnabledOp(plugin, true, scope)
764}
765
766/**
767 * 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