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

Function lua_resume_worker_53_52

emmy_hook/src/emmy_hook.windows.cpp:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108int lua_resume_worker_53_52(lua_State* L, lua_State* from, int nargs)
109{
110 LPVOID lp;
111 LhBarrierGetCallback(&lp);
112 const auto luaResume = (_lua_resume_53_52)lp;
113 EmmyFacade::Get().Attach(L);
114 return luaResume(L, from, nargs);
115}
116
117int lua_resume_worker_51(lua_State* L, int nargs)
118{

Callers

nothing calls this directly

Calls 2

LhBarrierGetCallbackFunction · 0.85
AttachMethod · 0.45

Tested by

no test coverage detected