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

Method Var

utilities/string_array_flag.go:10–10  ·  view source on GitHub ↗
(value flag.Value, name string, usage string)

Source from the content-addressed store, hash-verified

8// flagInterface is a cut down interface to `flag`
9type flagInterface interface {
10 Var(value flag.Value, name string, usage string)
11}
12
13// StringArrayFlag defines a flag with the specified name and usage string.

Callers 1

StringArrayFlagFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected