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

Method Set

golangflag.go:62–64  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

60}
61
62func (v *flagValueWrapper) Set(s string) error {
63 return v.inner.Set(s)
64}
65
66func (v *flagValueWrapper) Type() string {
67 return v.flagType

Callers

nothing calls this directly

Calls 1

SetMethod · 0.65

Tested by

no test coverage detected