Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
73
pub fn getgid() -> Gid {
74
backend::ugid::syscalls::getgid()
75
}
76
77
/// `getegid()`—Returns the process' effective group ID.
78
///
Callers
3
test_setgid
Function · 0.50
test_setresgid
Function · 0.50
test_file
Function · 0.50
Calls
no outgoing calls
Tested by
3
test_setgid
Function · 0.40
test_setresgid
Function · 0.40
test_file
Function · 0.40