Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_event
Function · 0.45
Calls
1
push
Method · 0.80
Tested by
no test coverage detected