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

Method Len

common/stringMap.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (m StringMap) Len() int {
40 return len(m)
41}
42
43func (m StringMap) GetCaseInsensitive(key string) (any, bool) {
44 for k, v := range m {

Calls

no outgoing calls