MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_gethookmask

Function lua_gethookmask

extlibs/lua/src/ldebug.c:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156LUA_API int lua_gethookmask (lua_State *L) {
157 return L->hookmask;
158}
159
160
161LUA_API int lua_gethookcount (lua_State *L) {

Callers 1

db_gethookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected