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

Method fory_write_data_generic

rust/fory-core/src/serializer/set.rs:37–43  ·  view source on GitHub ↗
(
        &self,
        context: &mut WriteContext,
        has_generics: bool,
    )

Source from the content-addressed store, hash-verified

35 }
36
37 fn fory_write_data_generic(
38 &self,
39 context: &mut WriteContext,
40 has_generics: bool,
41 ) -> Result<(), Error> {
42 write_collection_data(self, context, has_generics)
43 }
44
45 fn fory_write_type_info(context: &mut WriteContext) -> Result<(), Error> {
46 write_collection_type_info(context, TypeId::SET as u32)

Callers

nothing calls this directly

Calls 1

write_collection_dataFunction · 0.85

Tested by

no test coverage detected