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

Method dec_depth

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

Source from the content-addressed store, hash-verified

541
542 #[inline(always)]
543 pub fn dec_depth(&mut self) {
544 self.current_depth = self.current_depth.saturating_sub(1);
545 }
546
547 #[inline(always)]
548 pub fn reset(&mut self) {

Callers 10

skip_collectionFunction · 0.80
skip_mapFunction · 0.80
skip_structFunction · 0.80
read_rc_weakFunction · 0.80
read_arc_weakFunction · 0.80
read_box_seralizerFunction · 0.80
deserialize_any_boxFunction · 0.80
read_box_anyFunction · 0.80
read_rc_anyFunction · 0.80
read_arc_anyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected