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

Function TestIngoingEdges

libs/routing/routing_tests/index_graph_test.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void TestIngoingEdges(IndexGraph & graph, Segment const & segment, vector<Segment> const & expectedTargets)
109{
110 TestEdges(graph, segment, expectedTargets, false /* isOutgoing */);
111}
112
113uint32_t AbsDelta(uint32_t v0, uint32_t v1)
114{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

TestEdgesFunction · 0.85

Tested by

no test coverage detected