MCPcopy Create free account
hub / github.com/comaps/comaps / AppendSubProgress

Method AppendSubProgress

libs/routing/base/astar_progress.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void AStarProgress::AppendSubProgress(AStarSubProgress const & subProgress)
89{
90 m_subProgresses.emplace_back(subProgress);
91}
92
93void AStarProgress::DropLastSubProgress()
94{

Callers 5

DoCalculateRouteMethod · 0.80
CalcMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 1

emplace_backMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64