(b *testing.B)
| 3 | import "testing" |
| 4 | |
| 5 | func BenchmarkIsZeroBytes0(b *testing.B) { |
| 6 | benchmarkIsZeroBytes(b, nil) |
| 7 | } |
| 8 | |
| 9 | func BenchmarkIsZeroBytes4(b *testing.B) { |
| 10 | benchmarkIsZeroBytes(b, make([]byte, 4)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…