Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PLSysSec/wave
/ should_follow
Method
should_follow
src/types/mod.rs:678–680 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
676
#[pure]
677
#[ensures(result == nth_bit_set_u32(self.0, 0))]
678
pub fn should_follow(&self) -> bool {
679
nth_bit_set_u32(self.0, 0)
680
}
681
}
682
683
pub struct OFlags(u32);
Callers
4
wasi_path_open
Function · 0.80
wasi_path_filestat_get
Function · 0.80
wasi_path_filestat_set_times
Function · 0.80
wasi_path_link
Function · 0.80
Calls
1
nth_bit_set_u32
Function · 0.85
Tested by
no test coverage detected