MCPcopy 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

60bool StageStack::isEmpty() { return this->Stack.empty(); }
61
62void StageStack::clear()
63{
64 while (!this->isEmpty())
65 this->pop();
66}
67
68}; // namespace OpenApoc

Callers 5

playMethod · 0.45
~FrameworkMethod · 0.45
runMethod · 0.45
processEventsMethod · 0.45
shutdownFrameworkMethod · 0.45

Calls 2

isEmptyMethod · 0.95
popMethod · 0.95

Tested by

no test coverage detected