(b *testing.B)
| 767 | } |
| 768 | |
| 769 | func BenchmarkMapString_Has(b *testing.B) { |
| 770 | benchmarkMapString_Has(1)(b) |
| 771 | } |
| 772 | |
| 773 | func benchmarkOrderedMapString_Has(multiplier int) func(b *testing.B) { |
| 774 | m := orderedmap.NewOrderedMap() |
nothing calls this directly
no test coverage detected
searching dependent graphs…