MCPcopy Create free account
hub / github.com/ctoth/claudio / InstallScope

TypeAlias InstallScope

internal/cli/install_command.go:16–16  ·  view source on GitHub ↗

InstallScope represents the scope of installation

Source from the content-addressed store, hash-verified

14
15// InstallScope represents the scope of installation
16type InstallScope string
17
18const (
19 ScopeGlobal InstallScope = InstallScope(install.ScopeGlobal)

Callers 3

install_command.goFile · 0.85
runInstallCommandEFunction · 0.85
runUninstallCommandEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected