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

Method to_vec

lrwn/src/netid.rs:45–47  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43 }
44
45 pub fn to_vec(&self) -> Vec<u8> {
46 self.0.to_vec()
47 }
48
49 pub fn netid_type(&self) -> u8 {
50 self.0[0] >> 5

Callers 1

get_idMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected