Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/kafka-go
/ decodeCompactString
Method
decodeCompactString
protocol/decode.go:97–99 ·
view source on GitHub ↗
(v value)
Source
from the content-addressed store, hash-verified
95
}
96
97
func
(d *decoder) decodeCompactString(v value) {
98
v.setString(d.readCompactString())
99
}
100
101
func
(d *decoder) decodeBytes(v value) {
102
v.setBytes(d.readBytes())
Callers
nothing calls this directly
Calls
2
readCompactString
Method · 0.95
setString
Method · 0.45
Tested by
no test coverage detected