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

Method is_async

backend/src/lib.rs:149–151  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

147 }
148
149 pub fn is_async(&self) -> bool {
150 !self.config.async_timeout.is_zero()
151 }
152
153 pub fn get_async_timeout(&self) -> Duration {
154 self.config.async_timeout

Callers 10

handle_pr_start_reqFunction · 0.80
handle_pr_stop_reqFunction · 0.80
handle_xmit_data_reqFunction · 0.80
handle_home_ns_reqFunction · 0.80
start_pr_sessionMethod · 0.80
get_home_net_idMethod · 0.80
start_roamingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected