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

Method fory_write_data

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

Source from the content-addressed store, hash-verified

83 }
84
85 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> {
86 self.fory_write_data_generic(context, false)
87 }
88
89 fn fory_write_type_info(context: &mut WriteContext) -> Result<(), Error> {
90 T::fory_write_type_info(context)

Callers 3

writeFunction · 0.45
writeFunction · 0.45

Calls 1

Tested by

no test coverage detected