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

Function uplink_event

chirpstack-integration/src/lib.rs:310–315  ·  view source on GitHub ↗
(pl: integration_pb::UplinkEvent)

Source from the content-addressed store, hash-verified

308}
309
310async fn uplink_event(pl: integration_pb::UplinkEvent) {
311 let integration = INTEGRATION.read().await;
312 if let Err(e) = integration.as_ref().unwrap().uplink_event(&pl).await {
313 error!(error = %e, "Uplink event error");
314 }
315}
316
317async fn join_event(pl: integration_pb::JoinEvent) {
318 let integration = INTEGRATION.read().await;

Callers 1

startMethod · 0.70

Calls 3

unwrapMethod · 0.80
as_refMethod · 0.80
uplink_eventMethod · 0.45

Tested by

no test coverage detected