Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
328
func
writeXerialFrame(b []byte, n int) {
329
binary.BigEndian.PutUint32(b, uint32(n))
330
}
Callers
1
Flush
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected