MCPcopy Create free account
hub / github.com/amp-labs/connectors / Values

Method Values

common/stringMap.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (m StringMap) Values() []any {
36 return slices.AppendSeq(make([]any, 0, len(m)), maps.Values(m))
37}
38
39func (m StringMap) Len() int {
40 return len(m)

Calls

no outgoing calls