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

Method status_event

chirpstack-integration/src/lib.rs:413–416  ·  view source on GitHub ↗
(&self, pl: &integration_pb::StatusEvent)

Source from the content-addressed store, hash-verified

411 }
412
413 async fn status_event(&self, pl: &integration_pb::StatusEvent) -> Result<()> {
414 STATUS_EVENTS.write().await.push(pl.clone());
415 Ok(())
416 }
417
418 async fn location_event(&self, pl: &integration_pb::LocationEvent) -> Result<()> {
419 LOCATION_EVENTS.write().await.push(pl.clone());

Callers 1

status_eventFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected