Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ doquickwhatis
Function
doquickwhatis
src/pager.c:2328–2332 ·
view source on GitHub ↗
the #glance command */
Source
from the content-addressed store, hash-verified
2326
2327
/* the #glance command */
2328
int
2329
doquickwhatis(void)
2330
{
2331
return do_look(1, (coord *) 0);
2332
}
2333
2334
/* the #showtrap command */
2335
int
Callers
nothing calls this directly
Calls
1
do_look
Function · 0.85
Tested by
no test coverage detected