Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ ReadRecord
Method
ReadRecord
protocol/record_batch.go:317–319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
315
}
316
317
func
(m *MessageSet) ReadRecord() (*Record, error) {
318
return
m.Records.ReadRecord()
319
}
320
321
func
(m *MessageSet) Offset() int64 {
322
return
m.BaseOffset
Callers
nothing calls this directly
Calls
1
ReadRecord
Method · 0.65
Tested by
no test coverage detected