MCPcopy Index your code
hub / github.com/tj/node-prune / String

Method String

main.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21type arrayFlags []string
22
23func (i *arrayFlags) String() string {
24 return strings.Join(*i, ", ")
25}
26
27func (i *arrayFlags) Set(value string) error {
28 *i = append(*i, value)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected