Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ addRecord
Method
addRecord
record_batch.go:230–232 ·
view source on GitHub ↗
(r *Record)
Source
from the content-addressed store, hash-verified
228
}
229
230
func
(b *RecordBatch) addRecord(r *Record) {
231
b.Records = append(b.Records, r)
232
}
Callers
4
AddRecordBatchWithTimestamp
Method · 0.95
AddControlRecordWithTimestamp
Method · 0.95
add
Method · 0.80
AddRecordWithTimestamp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected