MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / increment_stats

Method increment_stats

nodedb/src/engine/sparse/fts_redb/backend/core.rs:160–162  ·  view source on GitHub ↗
(&self, tid: u64, collection: &str, doc_len: u32)

Source from the content-addressed store, hash-verified

158 }
159
160 fn increment_stats(&self, tid: u64, collection: &str, doc_len: u32) -> crate::Result<()> {
161 super::stats::increment(self, tid, collection, doc_len)
162 }
163
164 fn decrement_stats(&self, tid: u64, collection: &str, doc_len: u32) -> crate::Result<()> {
165 super::stats::decrement(self, tid, collection, doc_len)

Callers 1

apply_ftsFunction · 0.45

Calls 1

incrementFunction · 0.85

Tested by

no test coverage detected