Skip to content

Commit

Permalink
doc: update data_map.rs with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine authored Nov 15, 2024
1 parent 60ac0a1 commit 1b18b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ use xor_name::XorName;
pub struct DataMap {
/// List of chunk hashes
pub chunk_identifiers: Vec<ChunkInfo>,
/// Child value
/// Child value, None means root data map and any other valuesignifies how
/// many levels of data map we have shrunk
pub child: Option<usize>,
}

Expand Down

0 comments on commit 1b18b21

Please sign in to comment.