Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ Read
Method
Read
utils.go:112–114 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(bc *bufConn) Read(b []byte) (n int, err error) {
113
return
bc.buf.Read(b)
114
}
115
116
// KafkaVersion instances represent versions of the upstream Kafka broker.
117
type
KafkaVersion
struct
{
Callers
4
TestNewHashPartitionerWithHasher
Function · 0.80
TestHashPartitioner
Function · 0.80
TestWithCustomFallbackPartitioner
Function · 0.80
generateMessages
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestNewHashPartitionerWithHasher
Function · 0.64
TestHashPartitioner
Function · 0.64
TestWithCustomFallbackPartitioner
Function · 0.64