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

Method read_data

rust/fory-core/src/serializer/codec.rs:644–646  ·  view source on GitHub ↗
(context: &mut ReadContext)

Source from the content-addressed store, hash-verified

642
643 #[inline(always)]
644 fn read_data(context: &mut ReadContext) -> Result<T, Error> {
645 T::fory_read_data(context)
646 }
647
648 #[inline(always)]
649 fn read_data_with_type_info(

Callers

nothing calls this directly

Calls 8

fory_read_dataFunction · 0.85
SomeFunction · 0.85
read_dataFunction · 0.85
is_polymorphicClass · 0.85
is_shared_refClass · 0.85
read_var_u32Method · 0.80
read_u8Method · 0.80
get_type_resolverMethod · 0.80

Tested by

no test coverage detected