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

Method read_ref_id

rust/fory-core/src/resolver/ref_resolver.rs:412–414  ·  view source on GitHub ↗
(&self, reader: &mut Reader)

Source from the content-addressed store, hash-verified

410 /// The reference ID as a u32
411 #[inline(always)]
412 pub fn read_ref_id(&self, reader: &mut Reader) -> Result<u32, Error> {
413 reader.read_var_u32()
414 }
415
416 /// Execute all pending callbacks to resolve weak pointer references.
417 ///

Callers 7

read_payloadFunction · 0.45
read_rcFunction · 0.45
read_rc_weakFunction · 0.45
read_arc_weakFunction · 0.45
read_rc_anyFunction · 0.45
read_arc_anyFunction · 0.45
read_arcFunction · 0.45

Calls 1

read_var_u32Method · 0.80

Tested by

no test coverage detected