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

Method get_dev_addr

chirpstack/src/storage/device.rs:165–167  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

163 }
164
165 pub fn get_dev_addr(&self) -> Result<DevAddr> {
166 self.dev_addr.ok_or_else(|| anyhow!("DevAddr is not set"))
167 }
168}
169
170impl Default for Device {

Calls

no outgoing calls

Tested by

no test coverage detected