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

Method phase1_complete

nodedb-cluster/src/distributed_document/bm25_global.rs:84–86  ·  view source on GitHub ↗

Whether all shards have reported Phase 1.

(&self)

Source from the content-addressed store, hash-verified

82
83 /// Whether all shards have reported Phase 1.
84 pub fn phase1_complete(&self) -> bool {
85 self.df_reports.len() >= self.expected_shards
86 }
87
88 /// Compute global IDF from all shard DF reports.
89 ///

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected