MCPcopy 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_cloneFunction · 0.80
sys_openatFunction · 0.80
sys_mkdiratFunction · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected