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

Method IsMainCoroutine

emmy_debugger/src/debugger/emmy_debugger.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170bool Debugger::IsMainCoroutine(lua_State *L) const {
171 return L == mainL;
172}
173
174bool Debugger::GetStacks(std::vector<Stack> &stacks) {
175 if (!currentL) {

Callers 1

HookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected