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

Function NewTSortedMap

immutable_test.go:2193–2199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2191}
2192
2193func NewTSortedMap() *TSortedMap {
2194 return &TSortedMap{
2195 im: NewSortedMap[int, int](nil),
2196 builder: NewSortedMapBuilder[int, int](nil),
2197 std: make(map[int]int),
2198 }
2199}
2200
2201func (m *TSortedMap) NewKey(rand *rand.Rand) int {
2202 for {

Callers 2

TestSortedMap_SetFunction · 0.85
TestSortedMap_DeleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…