MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_resume_worker_51

Function lua_resume_worker_51

emmy_hook/src/emmy_hook.windows.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int lua_resume_worker_51(lua_State* L, int nargs)
118{
119 LPVOID lp;
120 LhBarrierGetCallback(&lp);
121 const auto luaResume = (_lua_resume_51)lp;
122 EmmyFacade::Get().Attach(L);
123 return luaResume(L, nargs);
124}
125
126#define HOOK(FN, WORKER, REQUIRED) {\
127 const auto it = symbols.find(""#FN"");\

Callers

nothing calls this directly

Calls 2

LhBarrierGetCallbackFunction · 0.85
AttachMethod · 0.45

Tested by

no test coverage detected