Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_collection
Function · 0.80
skip_map
Function · 0.80
skip_struct
Function · 0.80
read_rc_weak
Function · 0.80
read_arc_weak
Function · 0.80
read_box_seralizer
Function · 0.80
deserialize_any_box
Function · 0.80
read_box_any
Function · 0.80
read_rc_any
Function · 0.80
read_arc_any
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected