Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ lua_gethookmask
Function
lua_gethookmask
depends/lua/src/ldebug.c:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
100
LUA_API int lua_gethookmask (lua_State *L) {
101
return L->hookmask;
102
}
103
104
105
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