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

Method indexOf

immutable.go:1759–1759  ·  view source on GitHub ↗
(key K, c Comparer[K])

Source from the content-addressed store, hash-verified

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])
1762 delete(key K, c Comparer[K], mutable bool, resized *bool) sortedMapNode[K, V]

Callers 1

seekMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected