Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ DropLastSubProgress
Method
DropLastSubProgress
libs/routing/base/astar_progress.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void AStarProgress::DropLastSubProgress()
94
{
95
CHECK(!m_subProgresses.empty(), ());
96
m_subProgresses.pop_back();
97
}
98
99
void AStarProgress::PushAndDropLastSubProgress()
100
{
Callers
1
Calc
Method · 0.80
Calls
2
empty
Method · 0.45
pop_back
Method · 0.45
Tested by
no test coverage detected