MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / set

Method set

src/fs/mod.rs:102–105  ·  view source on GitHub ↗
(&self, flags: usize)

Source from the content-addressed store, hash-verified

100impl OpenFlag
101{
102 fn set(&self, flags: usize) -> bool
103 {
104 flags & (*self as usize) != 0
105 }
106}
107
108

Callers 1

openFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected