Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ current
Method
current
framework/stagestack.cpp:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
sp<Stage> StageStack::current()
36
{
37
if (this->Stack.empty())
38
return nullptr;
39
else
40
return this->Stack.back();
41
}
42
43
sp<Stage> StageStack::previous() { return previous(current()); }
44
Callers
5
push
Method · 0.95
pop
Method · 0.95
run
Method · 0.80
processEvents
Method · 0.80
stageGetCurrent
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected