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

Method String

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

String returns the string representation of InstallScope

()

Source from the content-addressed store, hash-verified

22
23// String returns the string representation of InstallScope
24func (s InstallScope) String() string {
25 return string(s)
26}
27
28// IsValid returns true if the scope is valid
29func (s InstallScope) IsValid() bool {

Calls

no outgoing calls