Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ clear
Method
clear
framework/stagestack.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
bool StageStack::isEmpty() { return this->Stack.empty(); }
61
62
void StageStack::clear()
63
{
64
while (!this->isEmpty())
65
this->pop();
66
}
67
68
}; // namespace OpenApoc
Callers
5
play
Method · 0.45
~Framework
Method · 0.45
run
Method · 0.45
processEvents
Method · 0.45
shutdownFramework
Method · 0.45
Calls
2
isEmpty
Method · 0.95
pop
Method · 0.95
Tested by
no test coverage detected