Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ restore
Method
restore
Engine/source/console/console.cpp:2633–2639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2631
}
2632
2633
void ConsoleStackFrameSaver::restore()
2634
{
2635
if (mSaved)
2636
{
2637
gCallStack.popFrame();
2638
}
2639
}
Callers
1
process
Method · 0.45
Calls
1
popFrame
Method · 0.45
Tested by
no test coverage detected