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

Method len

graphlite/src/exec/streaming_topk.rs:175–177  ·  view source on GitHub ↗

ROADMAP v0.5.0 - Current top-K result count

(&self)

Source from the content-addressed store, hash-verified

173 /// Get current heap size
174 #[allow(dead_code)] // ROADMAP v0.5.0 - Current top-K result count
175 pub fn len(&self) -> usize {
176 self.heap.len()
177 }
178
179 /// Check if heap is empty
180 #[allow(dead_code)] // ROADMAP v0.5.0 - Empty check for top-K processing

Callers 15

mainFunction · 0.45
handle_eventMethod · 0.45
recent_eventsMethod · 0.45
record_event_resultMethod · 0.45
get_recent_eventsMethod · 0.45
record_eventMethod · 0.45
size_bytesMethod · 0.45
eqMethod · 0.45
values_equalFunction · 0.45
hash_valueFunction · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 3

executeMethod · 0.36