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

Method IsRunning

emmy_debugger/src/debugger/emmy_debugger.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool Debugger::IsRunning() const {
167 return running;
168}
169
170bool Debugger::IsMainCoroutine(lua_State *L) const {
171 return L == mainL;

Callers 1

HookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected