Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ includes_policy
Method
includes_policy
crates/openshell-cli/src/run.rs:100–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
98
}
99
100
fn includes_policy(self) -> bool {
101
matches!(self, Self::Base | Self::Full)
102
}
103
}
104
105
#[derive(Debug, PartialEq, Eq)]
Callers
4
sandbox_policy_get_to_writer
Function · 0.80
sandbox_policy_get_effective_to_writer
Function · 0.80
sandbox_policy_get_global
Function · 0.80
policy_revision_to_json
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected