-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate storage_manager argument from post_array_from_rest. (#4964)
As a larger part of eliminating class `StorageManager`, all usages of member variable `storage_manager_` must also be eliminated from class `Array`. To that effect, this PR removes `storage_manager` as an argument in `post_array_to_rest`, subsequently also removing it from `array_from_capnp` and `array_deserialize`. --- [sc-47009] --- TYPE: NO_HISTORY DESC: Eliminate the storage_manager argument from post_array_from_rest.
- Loading branch information
1 parent
7387605
commit 748b80b
Showing
9 changed files
with
143 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.