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

Method GoString

value_source.go:247–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245}
246
247func (mvs *mapValueSource) GoString() string {
248 return fmt.Sprintf("&mapValueSource{key:%[1]q, src:%[2]s}", mvs.key, mvs.ms.GoString())
249}
250
251func (mvs *mapValueSource) Lookup() (string, bool) {
252 if v, ok := mvs.ms.Lookup(mvs.key); !ok {

Callers

nothing calls this directly

Calls 1

GoStringMethod · 0.45

Tested by

no test coverage detected