Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsClosed
Method
IsClosed
3party/opening_hours/opening_hours.cpp:891–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
889
}
890
891
bool OpeningHours::IsClosed(time_t const dateTime) const
892
{
893
return osmoh::IsClosed(m_rule, dateTime);
894
}
895
896
bool OpeningHours::IsUnknown(time_t const dateTime) const
897
{
Callers
2
UNIT_CLASS_TEST
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
1
IsClosed
Function · 0.70
Tested by
2
UNIT_CLASS_TEST
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64