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

Function TestOutgoingEdges

libs/routing/routing_tests/index_graph_test.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void TestOutgoingEdges(IndexGraph & graph, Segment const & segment, vector<Segment> const & expectedTargets)
104{
105 TestEdges(graph, segment, expectedTargets, true /* isOutgoing */);
106}
107
108void TestIngoingEdges(IndexGraph & graph, Segment const & segment, vector<Segment> const & expectedTargets)
109{

Callers 1

UNIT_TESTFunction · 0.70

Calls 1

TestEdgesFunction · 0.85

Tested by

no test coverage detected