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

Method join_event

chirpstack-integration/src/lib.rs:393–396  ·  view source on GitHub ↗
(&self, pl: &integration_pb::JoinEvent)

Source from the content-addressed store, hash-verified

391 }
392
393 async fn join_event(&self, pl: &integration_pb::JoinEvent) -> Result<()> {
394 JOIN_EVENTS.write().await.push(pl.clone());
395 Ok(())
396 }
397
398 async fn ack_event(&self, pl: &integration_pb::AckEvent) -> Result<()> {
399 ACK_EVENTS.write().await.push(pl.clone());

Callers 1

join_eventFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected