Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ range_max
Method
range_max
lrwn/src/devaddr.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
}
44
45
fn range_max(&self) -> u32 {
46
self.range_min() + (u32::MAX >> self.size())
47
}
48
}
49
50
impl fmt::Display for DevAddrPrefix {
Callers
1
is_subset_of
Method · 0.80
Calls
2
range_min
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected