Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ ClearGlobalVMStack
Function
ClearGlobalVMStack
source/common/scripting/vm/vmframe.cpp:746–751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
744
745
746
void ClearGlobalVMStack()
747
{
748
while (GlobalVMStack.PopFrame() != nullptr)
749
{
750
}
751
}
752
753
754
ADD_STAT(VM)
Callers
nothing calls this directly
Calls
1
PopFrame
Method · 0.80
Tested by
no test coverage detected