Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ get
Function
get
chirpstack/src/config.rs:900–903 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
898
}
899
900
pub fn get() -> Arc<Configuration> {
901
let conf = CONFIG.lock().unwrap();
902
conf.clone()
903
}
904
905
pub fn get_force_gws_private(region_id: &str) -> Result<bool> {
906
let conf = get();
Callers
6
get_force_gws_private
Function · 0.70
get_region_network
Function · 0.70
get_region_gateway
Function · 0.70
main
Function · 0.70
client_cert_for_gateway_id
Function · 0.70
client_cert_for_application_id
Function · 0.70
Calls
1
unwrap
Method · 0.80
Tested by
no test coverage detected