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

Method sorted_index_count

nodedb/src/engine/kv/engine_sorted.rs:111–113  ·  view source on GitHub ↗
(&self, tenant_id: u64, index_name: &str, now_ms: u64)

Source from the content-addressed store, hash-verified

109 }
110
111 pub fn sorted_index_count(&self, tenant_id: u64, index_name: &str, now_ms: u64) -> Option<u32> {
112 self.sorted_indexes.count(tenant_id, index_name, now_ms)
113 }
114
115 pub fn sorted_index_score(
116 &self,

Callers 1

Calls 1

countMethod · 0.45

Tested by

no test coverage detected