chore: expose public root_path #413
Conversation
…reBackend/ObjectStore
There was a problem hiding this comment.
Code Review
This pull request adds a root_path property to StoreBackend and a persistent property to the object store class. A review comment correctly points out that the persistent property is already defined later in the file, making the new definition redundant and prone to being overwritten.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Addresses PR #413 review: the `persistent` property was defined twice; removed the redundant earlier definition and kept the one in the Convenience section.
There was a problem hiding this comment.
Pull request overview
This PR exposes the storage backend’s configured root_path as a public read-only property on StoreBackend, making it accessible to callers without reaching into the internal _root_path.
Changes:
- Added
StoreBackend.root_pathproperty returning the configured base path (orNonefor backends without a root path).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.