Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make DefaultStorageKeyAllocator::Format protected so the class can be…
… extended (#20326) If integrating the matter PersistentStorageDelegate into an out-of-tree implementation, it is useful to extend DefaultStorageKeyAllocator to make it clear to maintainers that there is a single, shared key space and that keys must avoid collision with those used in the sdk. However, extending the PersistentStorageDelegate class is awkward because the Format method is private. Make it protected to streamline extending the class.
- Loading branch information