MCPcopy 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
683pub struct OFlags(u32);

Callers 4

wasi_path_openFunction · 0.80
wasi_path_filestat_getFunction · 0.80
wasi_path_linkFunction · 0.80

Calls 1

nth_bit_set_u32Function · 0.85

Tested by

no test coverage detected