Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ intermed
Function
intermed
src/questpgr.c:60–64 ·
view source on GitHub ↗
return your intermediate target string */
Source
from the content-addressed store, hash-verified
58
59
/* return your intermediate target string */
60
staticfn const char *
61
intermed(void)
62
{
63
return gu.urole.intermed;
64
}
65
66
boolean
67
is_quest_artifact(struct obj *otmp)
Callers
1
convert_arg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected