MCPcopy 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
35void EmmyFacade::HookLua(lua_State *L, lua_Debug *ar) {
36 Get().Hook(L, ar);
37}
38
39void EmmyFacade::ReadyLuaHook(lua_State *L, lua_Debug *ar) {
40 if (!Get().readyHook) {

Callers

nothing calls this directly

Calls 1

HookMethod · 0.45

Tested by

no test coverage detected