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

Struct mapValueSource

value_source.go:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231type mapValueSource struct {
232 key string
233 ms MapSource
234}
235
236func NewMapValueSource(key string, ms MapSource) ValueSource {
237 return &mapValueSource{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected