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

Method fory_write_data

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

Source from the content-addressed store, hash-verified

116
117 #[inline(always)]
118 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> {
119 T::fory_write_data(&*self.borrow(), context)
120 }
121
122 #[inline(always)]
123 fn fory_write_type_info(context: &mut WriteContext) -> Result<(), Error> {

Callers

nothing calls this directly

Calls 2

fory_write_dataFunction · 0.85
borrowMethod · 0.80

Tested by

no test coverage detected