Skip to content

Commit

Permalink
default impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed May 15, 2024
1 parent 92e25a4 commit 149e2cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grovedb/src/replication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ impl MultiStateSyncInfo<'_> {
}
}

impl Default for MultiStateSyncInfo<'_> {
fn default() -> Self {
Self::new()
}
}

// Struct containing information about current subtrees found in GroveDB
pub struct SubtreesMetadata {
// Map of Prefix (Path digest) -> (Actual path, Parent Subtree actual_value_hash, Parent
Expand Down

0 comments on commit 149e2cb

Please sign in to comment.