MCPcopy
hub / github.com/spf13/pflag / String

Method String

string_slice.go:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (s *stringSliceValue) String() string {
61 str, _ := writeAsCSV(*s.value)
62 return "[" + str + "]"
63}
64
65func (s *stringSliceValue) Append(val string) error {
66 *s.value = append(*s.value, val)

Callers

nothing calls this directly

Calls 1

writeAsCSVFunction · 0.85

Tested by

no test coverage detected