Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
845
Arena<Variable> * Debugger::GetVariableArena() {
846
return arenaRef;
847
}
848
849
void Debugger::ClearVariableArenaRef() {
850
arenaRef = nullptr;
Callers
1
createNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected