Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ lua_gethook
Function
lua_gethook
Source/Misc/lua/src/lua.c:4577–4579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4575
4576
4577
LUA_API lua_Hook lua_gethook (lua_State *L) {
4578
return L->hook;
4579
}
4580
4581
4582
LUA_API int lua_gethookmask (lua_State *L) {
Callers
1
db_gethook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected