Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ l_nhcore_done
Function
l_nhcore_done
src/nhlua.c:158–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void
159
l_nhcore_done(void)
160
{
161
if (gl.luacore) {
162
nhl_done(gl.luacore);
163
gl.luacore = 0;
164
}
165
end_luapat();
166
}
167
168
void
169
l_nhcore_call(int callidx)
Callers
2
nh_terminate
Function · 0.85
do_deferred_showpaths
Function · 0.85
Calls
2
nhl_done
Function · 0.85
end_luapat
Function · 0.85
Tested by
no test coverage detected