MCPcopy 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
451boolean
452glyphid_cache_status(void)
453{
454 return (glyphid_cache != 0);
455}
456
457int
458match_glyph(char *buf)

Callers 6

optfn_symsetFunction · 0.85
initoptions_initFunction · 0.85
initoptions_finishFunction · 0.85
do_symsetFunction · 0.85
wiz_customFunction · 0.85
freedynamicdataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected