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

Method SetRoadAccess

libs/routing/index_graph.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void IndexGraph::SetRoadAccess(RoadAccess && roadAccess)
240{
241 m_roadAccess = std::move(roadAccess);
242 m_roadAccess.SetCurrentTimeGetter(m_currentTimeGetter);
243}
244
245void IndexGraph::SetRoadPenalty(RoadPenalty && roadPenalty)
246{

Callers 2

DeserializeIndexGraphFunction · 0.80
PrepareIndexGraphMethod · 0.80

Calls 1

SetCurrentTimeGetterMethod · 0.45

Tested by

no test coverage detected