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

Function isInstallableScope

src/services/plugins/pluginOperations.ts:104–108  ·  view source on GitHub ↗
(
  scope: PluginScope,
)

Source from the content-addressed store, hash-verified

102 * Use this for type narrowing in conditional blocks.
103 */
104export function isInstallableScope(
105 scope: PluginScope,
106): scope is InstallableScope {
107 return VALID_INSTALLABLE_SCOPES.includes(scope as InstallableScope)
108}
109
110/**
111 * Get the project path for scopes that are project-specific.

Callers 2

handleSingleOperationFunction · 0.85
ManagePluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected