MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / getgid

Function getgid

src/process/id.rs:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71#[inline]
72#[must_use]
73pub fn getgid() -> Gid {
74 backend::ugid::syscalls::getgid()
75}
76
77/// `getegid()`—Returns the process' effective group ID.
78///

Callers 3

test_setgidFunction · 0.50
test_setresgidFunction · 0.50
test_fileFunction · 0.50

Calls

no outgoing calls

Tested by 3

test_setgidFunction · 0.40
test_setresgidFunction · 0.40
test_fileFunction · 0.40