MCPcopy Create free account
hub / github.com/benbjohnson/immutable / minKey

Method minKey

immutable.go:1758–1758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1756// sortedMapNode represents a branch or leaf node in the sorted map.
1757type sortedMapNode[K, V any] interface {
1758 minKey() K
1759 indexOf(key K, c Comparer[K]) int
1760 get(key K, c Comparer[K]) (value V, ok bool)
1761 set(key K, value V, c Comparer[K], mutable bool, resized *bool) (sortedMapNode[K, V], sortedMapNode[K, V])

Callers 6

newSortedMapBranchNodeFunction · 0.65
minKeyMethod · 0.65
setMethod · 0.65
deleteMethod · 0.65

Calls

no outgoing calls

Tested by 2