MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_gethookmask

Function lua_gethookmask

3rd/lua-5.4.3/src/ldebug.c:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150LUA_API int lua_gethookmask (lua_State *L) {
151 return L->hookmask;
152}
153
154
155LUA_API int lua_gethookcount (lua_State *L) {

Callers 1

db_gethookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected