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

Function start

chirpstack-integration/src/lib.rs:305–308  ·  view source on GitHub ↗
(conf: Configuration)

Source from the content-addressed store, hash-verified

303}
304
305pub async fn start(conf: Configuration) -> Result<()> {
306 let int = Integration::new(&conf)?;
307 int.start().await
308}
309
310async fn uplink_event(pl: integration_pb::UplinkEvent) {
311 let integration = INTEGRATION.read().await;

Callers 15

test_async_requestFunction · 0.85
test_sync_requestFunction · 0.85
test_log_fn_okFunction · 0.85
test_log_fn_errorFunction · 0.85
test_pilot_thingsFunction · 0.85
test_thingsboardFunction · 0.85
test_mydevicesFunction · 0.85
test_influxdbFunction · 0.85
test_blynkFunction · 0.85
test_httpFunction · 0.85
test_ifttt_no_prefixFunction · 0.85

Calls 1

startMethod · 0.80

Tested by 15

test_async_requestFunction · 0.68
test_sync_requestFunction · 0.68
test_log_fn_okFunction · 0.68
test_log_fn_errorFunction · 0.68
test_pilot_thingsFunction · 0.68
test_thingsboardFunction · 0.68
test_mydevicesFunction · 0.68
test_influxdbFunction · 0.68
test_blynkFunction · 0.68
test_httpFunction · 0.68
test_ifttt_no_prefixFunction · 0.68