Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PLSysSec/wave
/ rd
Method
rd
src/types/mod.rs:757–759 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
755
}
756
757
pub fn rd(&self) -> bool {
758
nth_bit_set(self.0.into(), 0)
759
}
760
761
pub fn wr(&self) -> bool {
762
nth_bit_set(self.0.into(), 1)
Callers
1
try_from
Method · 0.80
Calls
1
nth_bit_set
Function · 0.85
Tested by
no test coverage detected