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

Method write_meta_string_bytes

rust/fory-core/src/context.rs:319–322  ·  view source on GitHub ↗
(&mut self, ms: Rc<MetaString>)

Source from the content-addressed store, hash-verified

317
318 #[inline(always)]
319 pub fn write_meta_string_bytes(&mut self, ms: Rc<MetaString>) -> Result<(), Error> {
320 self.meta_string_resolver
321 .write_meta_string_bytes(&mut self.writer, ms)
322 }
323
324 #[inline(always)]
325 pub fn reset(&mut self) {

Callers 4

write_any_type_infoMethod · 0.45
emptyFunction · 0.45
small_msFunction · 0.45
big_msFunction · 0.45

Calls

no outgoing calls

Tested by 3

emptyFunction · 0.36
small_msFunction · 0.36
big_msFunction · 0.36