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

Method SetOpeningDays

libs/editor/opening_hours_ui.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool TimeTable::SetOpeningDays(OpeningDays const & days)
136{
137 if (days.empty())
138 return false;
139 m_weekdays = days;
140 return true;
141}
142
143void TimeTable::AddWorkingDay(osmoh::Weekday const wd)
144{

Callers 6

NativeTimetableFunction · 0.80
SetUpWeekdaysFunction · 0.80
ExcludeRulePartFunction · 0.80
MakeTimeTableSetFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64