MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / String

Method String

utilities/string_array_flag.go:25–27  ·  utilities/string_array_flag.go::StringArrayFlags.String

String returns a string representation of `StringArrayFlags`

()

Source from the content-addressed store, hash-verified

23
24// String returns a string representation of `StringArrayFlags`
25func (i *StringArrayFlags) String() string {
26 return strings.Join(*i, ",")
27}
28
29// Set appends a value to `StringArrayFlags`
30func (i *StringArrayFlags) Set(value string) error {

Callers 1

TestStringArrayFlagFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestStringArrayFlagFunction · 0.36