Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ wearing_armor
Function
wearing_armor
src/invent.c:2148–2153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2146
}
2147
2148
boolean
2149
wearing_armor(void)
2150
{
2151
return (boolean) (uarm || uarmc || uarmf || uarmg
2152
|| uarmh || uarms || uarmu);
2153
}
2154
2155
boolean
2156
is_worn(struct obj *otmp)
Callers
3
doddoremarm
Function · 0.85
ggetobj
Function · 0.85
doprarm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected