MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / print_policy_merge_warnings

Function print_policy_merge_warnings

crates/openshell-cli/src/run.rs:6279–6283  ·  view source on GitHub ↗
(warnings: &[openshell_policy::PolicyMergeWarning])

Source from the content-addressed store, hash-verified

6277}
6278
6279fn print_policy_merge_warnings(warnings: &[openshell_policy::PolicyMergeWarning]) {
6280 for warning in warnings {
6281 eprintln!("{} {}", "!".yellow().bold(), warning);
6282 }
6283}
6284
6285pub async fn sandbox_policy_set_global(
6286 server: &str,

Callers 1

sandbox_policy_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected