MCPcopy
hub / github.com/rs/zerolog / String

Method String

cmd/lint/lint.go:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160type arrayFlag []string
161
162func (i *arrayFlag) String() string {
163 return fmt.Sprintf("%v", []string(*i))
164}
165
166func (i *arrayFlag) Set(value string) error {
167 *i = append(*i, value)

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected