MCPcopy 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
891bool OpeningHours::IsClosed(time_t const dateTime) const
892{
893 return osmoh::IsClosed(m_rule, dateTime);
894}
895
896bool OpeningHours::IsUnknown(time_t const dateTime) const
897{

Callers 2

UNIT_CLASS_TESTFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

IsClosedFunction · 0.70

Tested by 2

UNIT_CLASS_TESTFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64