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

Method get

nodedb-vector/src/collection/payload_index.rs:123–128  ·  view source on GitHub ↗
(&self, key: &PayloadKey)

Source from the content-addressed store, hash-verified

121 }
122
123 fn get(&self, key: &PayloadKey) -> Option<&RoaringBitmap> {
124 match self {
125 Self::Equality(m) => m.get(key),
126 Self::Range(m) => m.get(key),
127 }
128 }
129
130 fn entry_or_default(&mut self, key: PayloadKey) -> &mut RoaringBitmap {
131 match self {

Callers 12

export_snapshotMethod · 0.45
equalityMethod · 0.45
insert_rowMethod · 0.45
delete_rowMethod · 0.45
pre_filterMethod · 0.45
get_surrogateMethod · 0.45
local_for_surrogateMethod · 0.45
delete_by_surrogateMethod · 0.45
from_checkpointMethod · 0.45
quantized_searchFunction · 0.45
quantized_atMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected