Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Flush
Method
Flush
libs/routing/base/astar_progress.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void AStarSubProgress::Flush(double progress)
64
{
65
m_currentProgress += m_contributionCoef * progress;
66
}
67
68
double AStarSubProgress::GetMaxContribution() const
69
{
Callers
1
PushAndDropLastSubProgress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected