MCPcopy Index your code
hub / github.com/HoneyLLM/cli2ssh / String

Method String

internal/args/args.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45type ArrayArg []string
46
47func (a *ArrayArg) String() string {
48 return fmt.Sprintf("%v", *a)
49}
50
51func (a *ArrayArg) Set(value string) error {
52 *a = append(*a, value)

Callers 3

NewSessionFunction · 0.80
formatTemplateFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected