Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
bool Debugger::IsMainCoroutine(lua_State *L) const {
171
return L == mainL;
172
}
173
174
bool Debugger::GetStacks(std::vector<Stack> &stacks) {
175
if (!currentL) {
Callers
1
Hook
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected