Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ is_safemon
Function
is_safemon
src/display.c:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
/* #define knowninvisible() isn't useful here */
213
214
int
215
is_safemon(struct monst *mon)
216
{
217
return _is_safemon(mon);
218
}
219
/* #define is_safemon() isn't useful here */
220
221
/*
Callers
4
do_attack
Function · 0.85
domove_attackmon_at
Function · 0.85
domove_core
Function · 0.85
lookaround
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected