MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / ProcessRestriction

Method ProcessRestriction

src/extractor/extractor_callbacks.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void ExtractorCallbacks::ProcessRestriction(const InputTurnRestriction &restriction)
68{
69 external_memory.restrictions_list.push_back(restriction);
70}
71
72void ExtractorCallbacks::ProcessManeuverOverride(const InputManeuverOverride &override)
73{

Callers 1

ParseOSMDataMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected