Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
func
(a Attributes) Control() bool {
34
return
(a & Control) != 0
35
}
36
37
func
(a Attributes) String() string {
38
s := a.Compression().String()
Callers
2
String
Method · 0.95
readFromVersion2
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected