(b *testing.B)
| 649 | } |
| 650 | |
| 651 | func BenchmarkMapString_Get(b *testing.B) { |
| 652 | benchmarkMapString_Get(1)(b) |
| 653 | } |
| 654 | |
| 655 | func benchmarkOrderedMapString_Get(multiplier int) func(b *testing.B) { |
| 656 | m := orderedmap.NewOrderedMap[string, bool]() |
nothing calls this directly
no test coverage detected
searching dependent graphs…