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

Struct mapSource

value_source.go:175–178  ·  value_source.go::mapSource

Source from the content-addressed store, hash-verified

173}
174
175type mapSource struct {
176 name string
177 m map[any]any
178}
179
180func NewMapSource(name string, m map[any]any) MapSource {
181 return &mapSource{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected