Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ ChMask
Class
ChMask
lrwn/src/cflist.rs:154–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
153
#[cfg_attr(feature =
"serde"
, derive(Serialize))]
154
pub struct ChMask([bool; 16]);
155
156
impl ChMask {
157
const SIZE: usize = 2;
Callers
2
new
Method · 0.85
from_bytes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected