MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_gethookmask

Function lua_gethookmask

Source/Misc/lua/src/lua.c:4582–4584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4580
4581
4582LUA_API int lua_gethookmask (lua_State *L) {
4583return L->hookmask;
4584}
4585
4586
4587LUA_API int lua_gethookcount (lua_State *L) {

Callers 1

db_gethookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected