Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ setCRC
Method
setCRC
protocol/decode.go:65–67 ·
view source on GitHub ↗
(table *crc32.Table)
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(d *decoder) setCRC(table *crc32.Table) {
66
d.table, d.crc32 = table, 0
67
}
68
69
func
(d *decoder) decodeBool(v value) {
70
v.setBool(d.readBool())
Callers
2
readMessage
Function · 0.95
readFromVersion2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected