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

Method IsExtended

3party/opening_hours/opening_hours.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134// HourMinutes -------------------------------------------------------------------------------------
135
136bool HourMinutes::IsExtended() const
137{
138 return GetDuration() > 24_h;
139}
140
141void HourMinutes::SetHours(THours const hours)
142{

Callers 2

HasExtendedHoursMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

GetDurationFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64