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

Method Lookup

value_source.go:251–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249}
250
251func (mvs *mapValueSource) Lookup() (string, bool) {
252 if v, ok := mvs.ms.Lookup(mvs.key); !ok {
253 return "", false
254 } else {
255 return fmt.Sprintf("%+v", v), true
256 }
257}

Callers

nothing calls this directly

Calls 1

LookupMethod · 0.65

Tested by

no test coverage detected