Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4582
LUA_API int lua_gethookmask (lua_State *L) {
4583
return L->hookmask;
4584
}
4585
4586
4587
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