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

Method fory_write_data

rust/tests/tests/test_ext.rs:63–65  ·  view source on GitHub ↗
(&self, context: &mut WriteContext)

Source from the content-addressed store, hash-verified

61
62 impl Serializer for Item {
63 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> {
64 write_data(&self.f1, context)
65 }
66
67 fn fory_read_data(context: &mut ReadContext) -> Result<Self, Error> {
68 Ok(Self {

Callers

nothing calls this directly

Calls 1

write_dataFunction · 0.85

Tested by

no test coverage detected