Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PLSysSec/wave
/ OFlags
Class
OFlags
src/types/mod.rs:683–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
}
682
683
pub struct OFlags(u32);
684
impl OFlags {
685
pub fn new(flags: u32) -> Self {
686
OFlags(flags)
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected