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

Function sanitize_deny_group

crates/openshell-server/src/telemetry.rs:45–47  ·  view source on GitHub ↗
(raw: &str)

Source from the content-addressed store, hash-verified

43}
44
45fn sanitize_deny_group(raw: &str) -> DenyGroup {
46 DenyGroup::from_raw(raw)
47}
48
49#[cfg(not(test))]
50fn emit_network_activity_summary(summary: &NetworkActivitySummary) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected