MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / status_event

Function status_event

chirpstack-integration/src/lib.rs:338–343  ·  view source on GitHub ↗
(pl: integration_pb::StatusEvent)

Source from the content-addressed store, hash-verified

336}
337
338async fn status_event(pl: integration_pb::StatusEvent) {
339 let integration = INTEGRATION.read().await;
340 if let Err(e) = integration.as_ref().unwrap().status_event(&pl).await {
341 error!(error = %e, "Status event error");
342 }
343}
344
345async fn log_event(pl: integration_pb::LogEvent) {
346 let integration = INTEGRATION.read().await;

Callers 1

startMethod · 0.70

Calls 3

unwrapMethod · 0.80
as_refMethod · 0.80
status_eventMethod · 0.45

Tested by

no test coverage detected