MCPcopy
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
65func (d *decoder) setCRC(table *crc32.Table) {
66 d.table, d.crc32 = table, 0
67}
68
69func (d *decoder) decodeBool(v value) {
70 v.setBool(d.readBool())

Callers 2

readMessageFunction · 0.95
readFromVersion2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected