Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ group_count
Method
group_count
nodedb-cluster/src/distributed_document/partial_group.rs:100–102 ·
view source on GitHub ↗
Number of distinct groups.
(&self)
Source
from the content-addressed store, hash-verified
98
99
/// Number of distinct groups.
100
pub fn group_count(&self) -> usize {
101
self.groups.len()
102
}
103
}
104
105
impl Default for PartialGroupByMerger {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected