Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_gethook
Function
lua_gethook
third-party/lua-5.2.4/src/ldebug.c:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
LUA_API lua_Hook lua_gethook (lua_State *L) {
79
return L->hook;
80
}
81
82
83
LUA_API int lua_gethookmask (lua_State *L) {
Callers
1
db_gethook
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected