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

Method fory_read_data

rust/fory-core/src/serializer/set.rs:49–51  ·  view source on GitHub ↗
(context: &mut ReadContext)

Source from the content-addressed store, hash-verified

47 }
48
49 fn fory_read_data(context: &mut ReadContext) -> Result<Self, Error> {
50 read_collection_data(context)
51 }
52
53 fn fory_read_type_info(context: &mut ReadContext) -> Result<(), Error> {
54 read_collection_type_info(context, TypeId::SET as u32)

Callers

nothing calls this directly

Calls 1

read_collection_dataFunction · 0.85

Tested by

no test coverage detected