Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
func
(m StringMap) Len() int {
40
return
len(m)
41
}
42
43
func
(m StringMap) GetCaseInsensitive(key string) (any, bool) {
44
for
k, v :=
range
m {
Callers
15
TestExtractAssociationsAttachesJobCustomer
Function · 0.80
TestAttachEmbeddedAssociation
Function · 0.80
TestForeignKeyAssociation_Expansion
Function · 0.80
TestForeignKeyAssociation_NullForeignKey
Function · 0.80
TestReverseLookupAssociation_Expansion
Function · 0.80
TestReverseLookupAssociation_NoChildren
Function · 0.80
TestJunctionTableAssociation_Expansion
Function · 0.80
TestJunctionTableAssociation_NoRelations
Function · 0.80
TestExpandAssociations_InvalidAssociationField
Function · 0.80
TestExpandAssociations_MultipleAssociations
Function · 0.80
TestGetRecordsByIds_WithAssociations
Function · 0.80
TestExpandAssociations_Pagination
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestExtractAssociationsAttachesJobCustomer
Function · 0.64
TestAttachEmbeddedAssociation
Function · 0.64
TestForeignKeyAssociation_Expansion
Function · 0.64
TestForeignKeyAssociation_NullForeignKey
Function · 0.64
TestReverseLookupAssociation_Expansion
Function · 0.64
TestReverseLookupAssociation_NoChildren
Function · 0.64
TestJunctionTableAssociation_Expansion
Function · 0.64
TestJunctionTableAssociation_NoRelations
Function · 0.64
TestExpandAssociations_InvalidAssociationField
Function · 0.64
TestExpandAssociations_MultipleAssociations
Function · 0.64
TestGetRecordsByIds_WithAssociations
Function · 0.64
TestExpandAssociations_Pagination
Function · 0.64