Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ records_deleted
Method
records_deleted
src/models/wal.rs:146–148 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
144
}
145
146
pub fn records_deleted(&self) -> u32 {
147
self.records_deleted.load(Ordering::Relaxed)
148
}
149
150
pub fn total_operations(&self) -> u32 {
151
self.total_operations.load(Ordering::Relaxed)
Callers
3
commit_transaction
Function · 0.45
index_implicit_txn
Method · 0.45
pre_commit
Method · 0.45
Calls
1
load
Method · 0.80
Tested by
no test coverage detected