Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ lua_gethookmask
Function
lua_gethookmask
engine/lua/src/lua/ldebug.c:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
LUA_API int lua_gethookmask (lua_State *L) {
75
return L->hookmask;
76
}
77
78
79
LUA_API int lua_gethookcount (lua_State *L) {
Callers
1
db_gethook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected