(b *testing.B)
| 631 | } |
| 632 | |
| 633 | func BenchmarkMapString_Get(b *testing.B) { |
| 634 | benchmarkMapString_Get(1)(b) |
| 635 | } |
| 636 | |
| 637 | func benchmarkOrderedMapString_Get(multiplier int) func(b *testing.B) { |
| 638 | m := orderedmap.NewOrderedMap[string, bool]() |
nothing calls this directly
no test coverage detected
searching dependent graphs…