Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ glyphid_cache_status
Function
glyphid_cache_status
src/glyphs.c:451–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
boolean
452
glyphid_cache_status(void)
453
{
454
return (glyphid_cache != 0);
455
}
456
457
int
458
match_glyph(char *buf)
Callers
6
optfn_symset
Function · 0.85
initoptions_init
Function · 0.85
initoptions_finish
Function · 0.85
do_symset
Function · 0.85
wiz_custom
Function · 0.85
freedynamicdata
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected