MCPcopy Create free account
hub / github.com/segmentio/encoding / BenchmarkIsZeroBytes0

Function BenchmarkIsZeroBytes0

proto/bytes_test.go:5–7  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

3import "testing"
4
5func BenchmarkIsZeroBytes0(b *testing.B) {
6 benchmarkIsZeroBytes(b, nil)
7}
8
9func BenchmarkIsZeroBytes4(b *testing.B) {
10 benchmarkIsZeroBytes(b, make([]byte, 4))

Callers

nothing calls this directly

Calls 1

benchmarkIsZeroBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…