Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ a_gname
Function
a_gname
src/pray.c:2506–2510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2504
}
2505
2506
const char *
2507
a_gname(void)
2508
{
2509
return a_gname_at(u.ux, u.uy);
2510
}
2511
2512
/* returns the name of an altar's deity */
2513
const char *
Callers
4
offer_real_amulet
Function · 0.85
offer_different_alignment_altar
Function · 0.85
offer_corpse
Function · 0.85
dfeature_at
Function · 0.85
Calls
1
a_gname_at
Function · 0.85
Tested by
no test coverage detected