MCPcopy
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
230func (b *RecordBatch) addRecord(r *Record) {
231 b.Records = append(b.Records, r)
232}

Callers 4

addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected