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

Function ToOH

libs/routing/routing_tests/road_access_test.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55osmoh::OpeningHours ToOH(std::string const & s)
56{
57 osmoh::OpeningHours res(s);
58 TEST(res.IsValid(), (s));
59 return res;
60}
61
62void FillRoadAccessBySampleConditional_1(RoadAccess & roadAccess)
63{

Calls 2

TESTFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected