(b *testing.B)
| 7 | } |
| 8 | |
| 9 | func BenchmarkIsZeroBytes4(b *testing.B) { |
| 10 | benchmarkIsZeroBytes(b, make([]byte, 4)) |
| 11 | } |
| 12 | |
| 13 | func BenchmarkIsZeroBytes7(b *testing.B) { |
| 14 | benchmarkIsZeroBytes(b, make([]byte, 7)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…