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

Function mark_user_declared_binary

crates/openshell-policy/src/merge.rs:842–847  ·  view source on GitHub ↗
(binary: &mut NetworkBinary)

Source from the content-addressed store, hash-verified

840}
841
842fn mark_user_declared_binary(binary: &mut NetworkBinary) {
843 #[allow(deprecated)]
844 {
845 binary.harness = false;
846 }
847}
848
849fn dedup_l7_rules(values: &mut Vec<L7Rule>) {
850 let mut deduped = Vec::with_capacity(values.len());

Callers 2

append_unique_binariesFunction · 0.85
dedup_binariesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected