MCPcopy
hub / github.com/urfave/cli / GoString

Method GoString

value_source_test.go:187–189  ·  value_source_test.go::staticValueSource.GoString
()

Source from the content-addressed store, hash-verified

185}
186
187func (svs *staticValueSource) GoString() string {
188 return fmt.Sprintf("&staticValueSource{v:%[1]q}", svs.v)
189}
190func (svs *staticValueSource) String() string { return svs.v }
191func (svs *staticValueSource) Lookup() (string, bool) { return svs.v, true }
192

Callers 3

TestEnvVarValueSourceFunction · 0.45
TestFileValueSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected