Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
366
pub async fn reset() {
367
let mut clients_w = CLIENTS.write().await;
368
*clients_w = HashMap::new();
369
}
370
371
#[cfg(test)]
372
mod test {
Callers
13
test_get_next_device_queue_item
Function · 0.50
run_test
Function · 0.50
test_fns
Function · 0.50
test_sns
Function · 0.50
test_sns_roaming_not_allowed
Function · 0.50
run_test
Function · 0.50
run_scheduler_test
Function · 0.50
test_fns_uplink
Function · 0.50
run_uplink_test
Function · 0.50
run_scheduler_test
Function · 0.50
run_test
Function · 0.50
test_lorawan_10
Function · 0.50
Calls
no outgoing calls
Tested by
13
test_get_next_device_queue_item
Function · 0.40
run_test
Function · 0.40
test_fns
Function · 0.40
test_sns
Function · 0.40
test_sns_roaming_not_allowed
Function · 0.40
run_test
Function · 0.40
run_scheduler_test
Function · 0.40
test_fns_uplink
Function · 0.40
run_uplink_test
Function · 0.40
run_scheduler_test
Function · 0.40
run_test
Function · 0.40
test_lorawan_10
Function · 0.40