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

Function CreateOptions

libs/routing/routing_tests/routing_options_tests.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25RoutingOptions CreateOptions(std::vector<RoutingOptions::Road> const & include)
26{
27 RoutingOptions options;
28
29 for (auto type : include)
30 options.Add(type);
31
32 return options;
33}
34
35void Checker(std::vector<RoutingOptions::Road> const & include)
36{

Callers 2

CheckerFunction · 0.85
UNIT_CLASS_TESTFunction · 0.85

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected