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

Method attach_reader

rust/fory-core/src/context.rs:442–444  ·  view source on GitHub ↗
(&mut self, reader: Reader<'a>)

Source from the content-addressed store, hash-verified

440
441 #[inline(always)]
442 pub fn attach_reader(&mut self, reader: Reader<'a>) {
443 self.reader = reader;
444 }
445
446 #[inline(always)]
447 pub fn detach_reader(&mut self) -> Reader<'_> {

Callers 2

deserializeMethod · 0.80
deserialize_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected