Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
fn sanitize_deny_group(raw: &str) -> DenyGroup {
46
DenyGroup::from_raw(raw)
47
}
48
49
#[cfg(not(test))]
50
fn emit_network_activity_summary(summary: &NetworkActivitySummary) {
Callers
1
emit_network_activity_summary
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected