MCPcopy 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
93void AStarProgress::DropLastSubProgress()
94{
95 CHECK(!m_subProgresses.empty(), ());
96 m_subProgresses.pop_back();
97}
98
99void AStarProgress::PushAndDropLastSubProgress()
100{

Callers 1

CalcMethod · 0.80

Calls 2

emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected