Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ encodeBytes
Method
encodeBytes
protocol/encode.go:153–155 ·
view source on GitHub ↗
(v value)
Source
from the content-addressed store, hash-verified
151
}
152
153
func
(e *encoder) encodeBytes(v value) {
154
e.writeBytes(v.bytes())
155
}
156
157
func
(e *encoder) encodeCompactBytes(v value) {
158
e.writeCompactBytes(v.bytes())
Callers
nothing calls this directly
Calls
2
writeBytes
Method · 0.95
bytes
Method · 0.65
Tested by
no test coverage detected