Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ not_capable
Function
not_capable
src/quest.c:146–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
staticfn boolean
147
not_capable(void)
148
{
149
return (boolean) (u.ulevel < MIN_QUEST_LEVEL);
150
}
151
152
staticfn int
153
is_pure(boolean talk)
Callers
1
chat_with_leader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected