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

Method fory_write_data

rust/tests/tests/test_send_sync.rs:225–228  ·  view source on GitHub ↗
(&self, context: &mut WriteContext)

Source from the content-addressed store, hash-verified

223
224 impl Serializer for ManualValue {
225 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> {
226 write_data(&self.id, context)?;
227 write_data(&self.name, context)
228 }
229
230 fn fory_read_data(context: &mut ReadContext) -> Result<Self, Error> {
231 Ok(Self {

Callers

nothing calls this directly

Calls 1

write_dataFunction · 0.85

Tested by

no test coverage detected