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

Method Lookup

value_source.go:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (vsc *ValueSourceChain) Lookup() (string, bool) {
90 s, _, ok := vsc.LookupWithSource()
91 return s, ok
92}
93
94func (vsc *ValueSourceChain) LookupWithSource() (string, ValueSource, bool) {
95 for _, src := range vsc.Chain {

Callers 1

TestValueSourceChainFunction · 0.95

Calls 1

LookupWithSourceMethod · 0.95

Tested by 1

TestValueSourceChainFunction · 0.76