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

Function txack_event

chirpstack-integration/src/lib.rs:331–336  ·  view source on GitHub ↗
(pl: integration_pb::TxAckEvent)

Source from the content-addressed store, hash-verified

329}
330
331async fn txack_event(pl: integration_pb::TxAckEvent) {
332 let integration = INTEGRATION.read().await;
333 if let Err(e) = integration.as_ref().unwrap().txack_event(&pl).await {
334 error!(error = %e, "Tx ack event error");
335 }
336}
337
338async fn status_event(pl: integration_pb::StatusEvent) {
339 let integration = INTEGRATION.read().await;

Callers 1

startMethod · 0.70

Calls 3

unwrapMethod · 0.80
as_refMethod · 0.80
txack_eventMethod · 0.45

Tested by

no test coverage detected