MCPcopy Create free account
hub / github.com/cosdata/cosdata / total_operations

Method total_operations

src/models/wal.rs:150–152  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

148 }
149
150 pub fn total_operations(&self) -> u32 {
151 self.total_operations.load(Ordering::Relaxed)
152 }
153
154 pub fn flush(self, root_path: &Path, version: VersionNumber) -> Result<(), BufIoError> {
155 let cursor = self.bufman.open_cursor()?;

Callers 4

commit_transactionFunction · 0.45
index_explicit_txnMethod · 0.45
index_implicit_txnMethod · 0.45
pre_commitMethod · 0.45

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected