MCPcopy Create free account
hub / github.com/elastic/devfiler / QueryIter

Class QueryIter

src/storage/rkyvtree.rs:200–204  ·  view source on GitHub ↗

Iterator for query results.

Source from the content-addressed store, hash-verified

198
199/// Iterator for query results.
200pub struct QueryIter<'a, K: 'a + rkyv::Archive, V: 'a + rkyv::Archive> {
201 tree: &'a ArchivedTree<K, V>,
202 todo: TodoVec,
203 query: Query<K>,
204}
205
206impl<'a, K, V> Iterator for QueryIter<'a, K, V>
207where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected