MCPcopy
hub / github.com/segmentio/kafka-go / writeXerialFrame

Function writeXerialFrame

compress/snappy/xerial.go:328–330  ·  view source on GitHub ↗
(b []byte, n int)

Source from the content-addressed store, hash-verified

326}
327
328func writeXerialFrame(b []byte, n int) {
329 binary.BigEndian.PutUint32(b, uint32(n))
330}

Callers 1

FlushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected