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

Method get_data

src/indexes/usv.rs:270–275  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

268 }
269
270 fn get_data(&self) -> Self::Data {
271 Self::Data {
272 quantization_bits: self.root.root.quantization_bits,
273 sample_threshold: self.sample_threshold,
274 }
275 }
276
277 fn search_internal(
278 &self,

Callers 1

persistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected