Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ dlb_cleanup
Function
dlb_cleanup
src/dlb.c:446–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
void
447
dlb_cleanup(void)
448
{
449
if (dlb_initialized) {
450
do_dlb_cleanup();
451
dlb_initialized = FALSE;
452
}
453
}
454
455
dlb *
456
dlb_fopen(const char *name, const char *mode)
Callers
3
nh_terminate
Function · 0.85
prscore
Function · 0.85
do_deferred_showpaths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected