MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_gethook

Function lua_gethook

depends/lua/src/ldebug.c:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95LUA_API lua_Hook lua_gethook (lua_State *L) {
96 return L->hook;
97}
98
99
100LUA_API int lua_gethookmask (lua_State *L) {

Callers 1

db_gethookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected