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

Function reset

chirpstack/src/backend/roaming.rs:366–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364
365#[cfg(test)]
366pub async fn reset() {
367 let mut clients_w = CLIENTS.write().await;
368 *clients_w = HashMap::new();
369}
370
371#[cfg(test)]
372mod test {

Callers 13

run_testFunction · 0.50
test_fnsFunction · 0.50
test_snsFunction · 0.50
run_testFunction · 0.50
run_scheduler_testFunction · 0.50
test_fns_uplinkFunction · 0.50
run_uplink_testFunction · 0.50
run_scheduler_testFunction · 0.50
run_testFunction · 0.50
test_lorawan_10Function · 0.50

Calls

no outgoing calls

Tested by 13

run_testFunction · 0.40
test_fnsFunction · 0.40
test_snsFunction · 0.40
run_testFunction · 0.40
run_scheduler_testFunction · 0.40
test_fns_uplinkFunction · 0.40
run_uplink_testFunction · 0.40
run_scheduler_testFunction · 0.40
run_testFunction · 0.40
test_lorawan_10Function · 0.40