Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ total_hits
Method
total_hits
nodedb-cluster/src/distributed_spatial/merge.rs:87–89 ·
view source on GitHub ↗
Total hits collected (before merge).
(&self)
Source
from the content-addressed store, hash-verified
85
86
/// Total hits collected (before merge).
87
pub fn total_hits(&self) -> usize {
88
self.all_hits.len()
89
}
90
91
pub fn response_count(&self) -> usize {
92
self.responded
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected