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

Function emit_activity_simple

crates/openshell-supervisor-network/src/proxy.rs:439–443  ·  view source on GitHub ↗
(tx: Option<&ActivitySender>, denied: bool, deny_group: &'static str)

Source from the content-addressed store, hash-verified

437}
438
439fn emit_activity_simple(tx: Option<&ActivitySender>, denied: bool, deny_group: &'static str) {
440 if let Some(tx) = tx {
441 let _ = try_record_activity(tx, denied, deny_group);
442 }
443}
444
445fn emit_forward_success_activity(tx: Option<&ActivitySender>, l7_activity_pending: bool) {
446 emit_activity_simple(

Calls 1

try_record_activityFunction · 0.85