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

Method fory_write_data_generic

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

Source from the content-addressed store, hash-verified

107
108 #[inline(always)]
109 fn fory_write_data_generic(
110 &self,
111 context: &mut WriteContext,
112 has_generics: bool,
113 ) -> Result<(), Error> {
114 T::fory_write_data_generic(&*self.borrow(), context, has_generics)
115 }
116
117 #[inline(always)]
118 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> {

Callers

nothing calls this directly

Calls 1

borrowMethod · 0.80

Tested by

no test coverage detected