Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
func
(w *Writer) BytesWritten() int64 {
135
return
w.byteCounter.size
136
}
137
138
func
(w *Writer) RecordsWritten() uint64 {
139
return
w.count
Callers
2
writeObject
Method · 0.95
Write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected