File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 pub size_getter : SizeGetter ,
4747 /// Reports progress to external system.
4848 pub reporter : Report ,
49- /// Deepest level of descendent display in the graph. The size still counts toward total beyond the depth .
49+ /// Deepest level of descendent display in the graph. The sizes beyond the max depth still count toward total .
5050 pub max_depth : u64 ,
5151}
5252
Original file line number Diff line number Diff line change 2323 pub get_info : GetInfo ,
2424 /// Function to join parent's `path` with a child's name to make the child's `name`.
2525 pub join_path : JoinPath ,
26- /// Deepest level of descendent to store as arrays. The size still counts toward total beyond the depth .
26+ /// Deepest level of descendent to store as arrays. The sizes beyond the max depth still count toward total .
2727 pub max_depth : u64 ,
2828}
2929
You can’t perform that action at this time.
0 commit comments