MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_gethookmask

Function lua_gethookmask

third-party/lua-5.2.4/src/ldebug.c:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83LUA_API int lua_gethookmask (lua_State *L) {
84 return L->hookmask;
85}
86
87
88LUA_API int lua_gethookcount (lua_State *L) {

Callers 1

db_gethookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected