Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
osmoh::OpeningHours ToOH(std::string const & s)
56
{
57
osmoh::OpeningHours res(s);
58
TEST(res.IsValid(), (s));
59
return res;
60
}
61
62
void FillRoadAccessBySampleConditional_1(RoadAccess & roadAccess)
63
{
Callers
2
FillRoadAccessBySampleConditional_1
Function · 0.85
FillRoadAccessBySampleConditional_2
Function · 0.85
Calls
2
TEST
Function · 0.85
IsValid
Method · 0.45
Tested by
no test coverage detected