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

Method location_event

chirpstack-integration/src/lib.rs:418–421  ·  view source on GitHub ↗
(&self, pl: &integration_pb::LocationEvent)

Source from the content-addressed store, hash-verified

416 }
417
418 async fn location_event(&self, pl: &integration_pb::LocationEvent) -> Result<()> {
419 LOCATION_EVENTS.write().await.push(pl.clone());
420 Ok(())
421 }
422 }
423
424 #[tokio::test]

Callers 1

location_eventFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected