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

Method log_event

chirpstack-integration/src/lib.rs:408–411  ·  view source on GitHub ↗
(&self, pl: &integration_pb::LogEvent)

Source from the content-addressed store, hash-verified

406 }
407
408 async fn log_event(&self, pl: &integration_pb::LogEvent) -> Result<()> {
409 LOG_EVENTS.write().await.push(pl.clone());
410 Ok(())
411 }
412
413 async fn status_event(&self, pl: &integration_pb::StatusEvent) -> Result<()> {
414 STATUS_EVENTS.write().await.push(pl.clone());

Callers 1

log_eventFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected