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

Method get_client

chirpstack/src/uplink/join_fns.rs:97–102  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

95 }
96
97 async fn get_client(&mut self) -> Result<()> {
98 let net_id = self.home_net_id.as_ref().unwrap();
99 trace!(net_id = %net_id, "Getting backend interfaces client");
100 self.client = Some(roaming::get(net_id).await?);
101 Ok(())
102 }
103
104 async fn start_roaming(&mut self) -> Result<()> {
105 trace!("Starting passive-roaming");

Callers 1

_start_prMethod · 0.80

Calls 3

unwrapMethod · 0.80
as_refMethod · 0.80
getFunction · 0.50

Tested by

no test coverage detected