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

Function valid_count

crates/openshell-core/src/telemetry.rs:589–591  ·  view source on GitHub ↗
(value: u64)

Source from the content-addressed store, hash-verified

587}
588
589fn valid_count(value: u64) -> bool {
590 value <= MAX_TELEMETRY_INTEGER
591}
592
593fn sanitize_denials_by_group<I>(denials_by_group: I) -> Option<BTreeMap<DenyGroup, u64>>
594where

Callers 4

emit_sandbox_createFunction · 0.85
emit_policy_decisionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected