Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ decodeBytes
Method
decodeBytes
protocol/decode.go:101–103 ·
view source on GitHub ↗
(v value)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(d *decoder) decodeBytes(v value) {
102
v.setBytes(d.readBytes())
103
}
104
105
func
(d *decoder) decodeCompactBytes(v value) {
106
v.setBytes(d.readCompactBytes())
Callers
nothing calls this directly
Calls
2
readBytes
Method · 0.95
setBytes
Method · 0.45
Tested by
no test coverage detected