MCPcopy
hub / github.com/segmentio/kafka-go / Control

Method Control

protocol/record.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (a Attributes) Control() bool {
34 return (a & Control) != 0
35}
36
37func (a Attributes) String() string {
38 s := a.Compression().String()

Callers 2

StringMethod · 0.95
readFromVersion2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected