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

Function BenchmarkIsZeroBytes4

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

Source from the content-addressed store, hash-verified

7}
8
9func BenchmarkIsZeroBytes4(b *testing.B) {
10 benchmarkIsZeroBytes(b, make([]byte, 4))
11}
12
13func BenchmarkIsZeroBytes7(b *testing.B) {
14 benchmarkIsZeroBytes(b, make([]byte, 7))

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…