MCPcopy
hub / github.com/urfave/cli / stringSliceArgs

Struct stringSliceArgs

args.go:24–26  ·  args.go::stringSliceArgs

Source from the content-addressed store, hash-verified

22}
23
24type stringSliceArgs struct {
25 v []string
26}
27
28func (a *stringSliceArgs) Get(n int) string {
29 if len(a.v) > n {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected