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

Function CreateTrafficStash

libs/routing/index_router.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141shared_ptr<TrafficStash> CreateTrafficStash(VehicleType, shared_ptr<NumMwmIds>, traffic::TrafficCache const &)
142{
143 return nullptr;
144 // return (vehicleType == VehicleType::Car ? make_shared<TrafficStash>(trafficCache, numMwmIds) : nullptr);
145}
146
147void PushPassedSubroutes(Checkpoints const & checkpoints, vector<Route::SubrouteAttrs> & subroutes)
148{

Callers 1

IndexRouterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected