Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanderc committed Apr 29, 2024
1 parent 0baef3b commit a36a40d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions heed/src/reserved_space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ impl ReservedSpace {

/// Fills the remaining reserved space with zeroes.
///
/// This can be used together with [`written_mut`](Self::written_mut) to get a mutable view of
/// the entire reserved space.
///
/// ### Note
///
/// After calling this function, the entire space is considered to be filled and any
Expand Down

0 comments on commit a36a40d

Please sign in to comment.