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

Function HasExtendedHours

3party/opening_hours/rules_evaluation.cpp:188–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188bool HasExtendedHours(osmoh::RuleSequence const & rule)
189{
190 for (auto const & timespan : rule.GetTimes())
191 {
192 if (timespan.HasExtendedHours())
193 return true;
194 }
195
196 return false;
197}
198
199std::tm MakeTimetuple(time_t const timestamp)
200{

Callers 1

IsActiveImplFunction · 0.85

Calls 1

HasExtendedHoursMethod · 0.80

Tested by

no test coverage detected