Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Starry-OS/StarryOS
/ umask
Method
umask
core/src/task.rs:293–295 ·
view source on GitHub ↗
Get the umask.
(&self)
Source
from the content-addressed store, hash-verified
291
292
/// Get the umask.
293
pub fn umask(&self) -> u32 {
294
self.umask.load(Ordering::SeqCst)
295
}
296
297
/// Set the umask.
298
pub fn set_umask(&self, umask: u32) {
Callers
3
sys_clone
Function · 0.80
sys_openat
Function · 0.80
sys_mkdirat
Function · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected