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

Method get

src/storage/table.rs:379–381  ·  view source on GitHub ↗

Borrowed access to the data (no copy, cheap).

(&self)

Source from the content-addressed store, hash-verified

377
378 /// Borrowed access to the data (no copy, cheap).
379 pub fn get(&self) -> &T::Archived {
380 unsafe { rkyv::archived_root::<T>(self.data.as_ref()) }
381 }
382
383 /// Deserialize the value into an owned object.
384 pub fn read(&self) -> T

Callers 15

error_spec_by_idFunction · 0.45
getMethod · 0.45
contains_keyMethod · 0.45
test_cache_functionalityFunction · 0.45
test_cache_basic_usageFunction · 0.45
exportMethod · 0.45
get_strFunction · 0.45
get_attrFunction · 0.45
ingest_locationsFunction · 0.45
collect_frame_listFunction · 0.45
draw_levelMethod · 0.45

Calls

no outgoing calls

Tested by 4

error_spec_by_idFunction · 0.36
test_cache_functionalityFunction · 0.36
test_cache_basic_usageFunction · 0.36