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

Class CFListChannelMasks

lrwn/src/cflist.rs:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104#[derive(Debug, PartialEq, Eq, Clone)]
105#[cfg_attr(feature = "serde", derive(Serialize))]
106pub struct CFListChannelMasks(Vec<ChMask>);
107
108impl CFListChannelMasks {
109 pub fn new(masks: Vec<ChMask>) -> Self {

Callers 2

newMethod · 0.85
from_bytesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected