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

Method to_vec

lrwn/src/devaddr.rs:202–204  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

200 }
201
202 pub fn to_vec(&self) -> Vec<u8> {
203 self.0.to_vec()
204 }
205
206 pub fn is_net_id(&self, net_id: NetID) -> bool {
207 let mut dev_addr = *self;

Callers 2

get_nwkidMethod · 0.45
to_sqlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected