MCPcopy Create free account
hub / github.com/cosdata/cosdata / peek

Method peek

src/models/sparse_ann_query.rs:346–348  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

344 }
345
346 pub fn peek(&self) -> Option<&(u32, f32)> {
347 unsafe { &mut *self.iter.get() }.peek()
348 }
349}
350
351impl Ord for PostingListHead<'_> {

Callers 5

update_resultsFunction · 0.80
exhaustive_searchFunction · 0.80
search_bm25Method · 0.80
cmpMethod · 0.80
eqMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected