MCPcopy 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)]

Calls

no outgoing calls

Tested by

no test coverage detected