MCPcopy Create free account
hub / github.com/apache/fory / read_meta_string

Method read_meta_string

rust/fory-core/src/context.rs:523–525  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

521
522 #[inline(always)]
523 pub fn read_meta_string(&mut self) -> Result<&MetaString, Error> {
524 self.meta_string_resolver.read_meta_string(&mut self.reader)
525 }
526
527 #[inline(always)]
528 pub fn inc_depth(&mut self) -> Result<(), Error> {

Callers 4

read_any_type_infoMethod · 0.45
emptyFunction · 0.45
small_msFunction · 0.45
big_msFunction · 0.45

Calls

no outgoing calls

Tested by 3

emptyFunction · 0.36
small_msFunction · 0.36
big_msFunction · 0.36