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

Function get_status_events

chirpstack/src/integration/mock.rs:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177pub async fn get_status_events() -> Vec<integration::StatusEvent> {
178 STATUS_EVENTS.write().await.drain(..).collect()
179}
180
181pub async fn get_location_events() -> Vec<integration::LocationEvent> {
182 LOCATION_EVENTS.write().await.drain(..).collect()

Callers 2

status_eventFunction · 0.85
test_handleFunction · 0.85

Calls

no outgoing calls

Tested by 2

status_eventFunction · 0.68
test_handleFunction · 0.68