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

Method detach_reader

rust/fory-core/src/context.rs:447–449  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

445
446 #[inline(always)]
447 pub fn detach_reader(&mut self) -> Reader<'_> {
448 mem::take(&mut self.reader)
449 }
450
451 #[inline(always)]
452 pub fn get_type_info_by_index(&self, type_index: usize) -> Result<&Rc<TypeInfo>, Error> {

Callers 2

deserializeMethod · 0.80
deserialize_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected