Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ init_oextra
Function
init_oextra
src/mkobj.c:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
static const struct oextra zerooextra = DUMMY;
78
79
staticfn void
80
init_oextra(struct oextra *oex)
81
{
82
*oex = zerooextra;
83
}
84
85
struct oextra *
86
newoextra(void)
Callers
1
newoextra
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected