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

Function join_event

chirpstack-integration/src/lib.rs:317–322  ·  view source on GitHub ↗
(pl: integration_pb::JoinEvent)

Source from the content-addressed store, hash-verified

315}
316
317async fn join_event(pl: integration_pb::JoinEvent) {
318 let integration = INTEGRATION.read().await;
319 if let Err(e) = integration.as_ref().unwrap().join_event(&pl).await {
320 error!(error = %e, "Join event error");
321 }
322}
323
324async fn ack_event(pl: integration_pb::AckEvent) {
325 let integration = INTEGRATION.read().await;

Callers 1

startMethod · 0.70

Calls 3

unwrapMethod · 0.80
as_refMethod · 0.80
join_eventMethod · 0.45

Tested by

no test coverage detected