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

Method String

value_source_test.go:190–190  ·  value_source_test.go::staticValueSource.String
()

Source from the content-addressed store, hash-verified

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
193func TestMapValueSource(t *testing.T) {

Callers 5

TestEnvVarValueSourceFunction · 0.45
TestEnvVarsFunction · 0.45
TestFileValueSourceFunction · 0.45
TestFilePathsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected