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

Struct ValueSourceChain

value_source.go:43–45  ·  value_source.go::ValueSourceChain

ValueSourceChain contains an ordered series of ValueSource that allows for lookup where the first ValueSource to resolve is returned

Source from the content-addressed store, hash-verified

41// allows for lookup where the first ValueSource to resolve is
42// returned
43type ValueSourceChain struct {
44 Chain []ValueSource
45}
46
47func NewValueSourceChain(src ...ValueSource) ValueSourceChain {
48 return ValueSourceChain{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected