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

Function NewTestMap

immutable_test.go:1308–1314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1306}
1307
1308func NewTestMap() *TMap {
1309 return &TMap{
1310 im: NewMap[int, int](nil),
1311 builder: NewMapBuilder[int, int](nil),
1312 std: make(map[int]int),
1313 }
1314}
1315
1316func (m *TMap) NewKey(rand *rand.Rand) int {
1317 for {

Callers 2

TestMap_SetFunction · 0.85
TestMap_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…