Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ (getuid)
Function
(getuid)
sys/unix/unixunix.c:436–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
}
435
436
uid_t (getuid)(void)
437
{
438
return nh_getuid();
439
}
440
441
uid_t (geteuid)(void)
442
{
Callers
nothing calls this directly
Calls
1
nh_getuid
Function · 0.85
Tested by
no test coverage detected