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

Function FindAllCoroutine

emmy_debugger/src/api/lua_state.cpp:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::vector<lua_State*> FindAllCoroutine(lua_State* L)
64{
65 LuaSwitchDo(
66 std::vector<lua_State*>(),
67 FindAllCoroutine_lua51(L),
68 FindAllCoroutine_lua52(L),
69 FindAllCoroutine_lua53(L),
70 FindAllCoroutine_lua54(L),
71 FindAllCoroutine_lua55(L),
72 std::vector<lua_State*>()
73 );
74}

Callers 1

ReadyLuaHookMethod · 0.85

Calls 5

FindAllCoroutine_lua51Function · 0.85
FindAllCoroutine_lua52Function · 0.85
FindAllCoroutine_lua53Function · 0.85
FindAllCoroutine_lua54Function · 0.85
FindAllCoroutine_lua55Function · 0.85

Tested by

no test coverage detected