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

Struct staticValueSource

value_source_test.go:183–185  ·  value_source_test.go::staticValueSource

Source from the content-addressed store, hash-verified

181}
182
183type staticValueSource struct {
184 v string
185}
186
187func (svs *staticValueSource) GoString() string {
188 return fmt.Sprintf("&staticValueSource{v:%[1]q}", svs.v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected