(b *testing.B)
| 1126 | } |
| 1127 | |
| 1128 | func BenchmarkBigOrderedMapString_Iterate(b *testing.B) { |
| 1129 | benchmarkBigOrderedMapString_Iterate()(b) |
| 1130 | } |
| 1131 | |
| 1132 | func benchmarkBigMapString_Has() func(b *testing.B) { |
| 1133 | m := make(map[string]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…