Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ HookLua
Method
HookLua
emmy_debugger/src/emmy_facade.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void EmmyFacade::HookLua(lua_State *L, lua_Debug *ar) {
36
Get().Hook(L, ar);
37
}
38
39
void EmmyFacade::ReadyLuaHook(lua_State *L, lua_Debug *ar) {
40
if (!Get().readyHook) {
Callers
nothing calls this directly
Calls
1
Hook
Method · 0.45
Tested by
no test coverage detected