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

Method GetVariableArena

emmy_debugger/src/debugger/emmy_debugger.cpp:845–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845Arena<Variable> * Debugger::GetVariableArena() {
846 return arenaRef;
847}
848
849void Debugger::ClearVariableArenaRef() {
850 arenaRef = nullptr;

Callers 1

createNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected