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

Function lua_resume_worker_54

emmy_hook/src/emmy_hook.windows.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99int lua_resume_worker_54(lua_State* L, lua_State* from, int nargs, int* nresults)
100{
101 LPVOID lp;
102 LhBarrierGetCallback(&lp);
103 const auto luaResume = (_lua_resume_54)lp;
104 EmmyFacade::Get().Attach(L);
105 return luaResume(L, from, nargs, nresults);
106}
107
108int lua_resume_worker_53_52(lua_State* L, lua_State* from, int nargs)
109{

Callers

nothing calls this directly

Calls 2

LhBarrierGetCallbackFunction · 0.85
AttachMethod · 0.45

Tested by

no test coverage detected