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

Function RoughJunctionsInPath

tools/openlr/openlr_tests/decoded_path_test.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void RoughJunctionsInPath(openlr::Path & p)
63{
64 for (auto & e : p)
65 e = RoughEdgeJunctions(e);
66}
67
68void TestSerializeDeserialize(openlr::Path const & path, DataSource const & dataSource)
69{

Callers 2

TestSerializeDeserializeFunction · 0.85
MakePathFunction · 0.85

Calls 1

RoughEdgeJunctionsFunction · 0.85

Tested by

no test coverage detected