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

Method fory_write_data

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

Source from the content-addressed store, hash-verified

546 for HashMap<K, V>
547{
548 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> {
549 write_map_data(self.iter(), self.len(), context, false)
550 }
551
552 fn fory_write_data_generic(
553 &self,

Callers

nothing calls this directly

Calls 2

write_map_dataFunction · 0.85
lenMethod · 0.80

Tested by

no test coverage detected