MCPcopy Create free account
hub / github.com/brimdata/super / BytesWritten

Method BytesWritten

db/data/writer.go:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (w *Writer) BytesWritten() int64 {
135 return w.byteCounter.size
136}
137
138func (w *Writer) RecordsWritten() uint64 {
139 return w.count

Callers 2

writeObjectMethod · 0.95
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected