Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions accounts-db/src/accounts_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ impl AccountsFile {
///
/// The second element of the returned tuple is the number of accounts in the
/// accounts file.
#[cfg(feature = "dev-context-only-utils")]
pub fn new_from_file(
path: impl Into<PathBuf>,
current_len: usize,
Expand Down
1 change: 1 addition & 0 deletions accounts-db/src/append_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ impl AppendVec {
self.file_size
}

#[cfg(feature = "dev-context-only-utils")]
pub fn new_from_file(
path: impl Into<PathBuf>,
current_len: usize,
Expand Down
Loading