Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
89
func
(vsc *ValueSourceChain) Lookup() (string, bool) {
90
s, _, ok := vsc.LookupWithSource()
91
return
s, ok
92
}
93
94
func
(vsc *ValueSourceChain) LookupWithSource() (string, ValueSource, bool) {
95
for
_, src :=
range
vsc.Chain {
Callers
1
TestValueSourceChain
Function · 0.95
Calls
1
LookupWithSource
Method · 0.95
Tested by
1
TestValueSourceChain
Function · 0.76