We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c9e72 commit b49b98bCopy full SHA for b49b98b
sandboxed_api/sandbox2/policybuilder.h
@@ -782,6 +782,8 @@ class PolicyBuilder final {
782
// Returns the current status of the PolicyBuilder.
783
absl::Status GetStatus() { return last_status_; }
784
785
+ const Mounts& mounts() const { return mounts_; }
786
+
787
private:
788
friend class PolicyBuilderPeer; // For testing
789
friend class StackTracePeer;
0 commit comments