(b *testing.B)
| 740 | } |
| 741 | |
| 742 | func BenchmarkMapString_Iterate(b *testing.B) { |
| 743 | benchmarkMapString_Iterate(1)(b) |
| 744 | } |
| 745 | |
| 746 | func benchmarkOrderedMapString_Iterate(multiplier int) func(b *testing.B) { |
| 747 | m := orderedmap.NewOrderedMap[string, bool]() |
nothing calls this directly
no test coverage detected
searching dependent graphs…