Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ end_luapat
Function
end_luapat
src/nhlua.c:2679–2686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2677
#endif
2678
2679
staticfn void
2680
end_luapat(void)
2681
{
2682
if (luapat) {
2683
lua_close(luapat);
2684
luapat = NULL;
2685
}
2686
}
2687
2688
#ifdef notyet
2689
staticfn int
Callers
1
l_nhcore_done
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected