MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / is_empty

Method is_empty

graphlite/src/exec/streaming_topk.rs:181–183  ·  view source on GitHub ↗

ROADMAP v0.5.0 - Empty check for top-K processing

(&self)

Source from the content-addressed store, hash-verified

179 /// Check if heap is empty
180 #[allow(dead_code)] // ROADMAP v0.5.0 - Empty check for top-K processing
181 pub fn is_empty(&self) -> bool {
182 self.heap.is_empty()
183 }
184
185 /// Get statistics about processing
186 #[allow(dead_code)] // ROADMAP v0.5.0 - Performance statistics for top-K optimization

Calls

no outgoing calls

Tested by

no test coverage detected