Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
bool TimeTable::SetOpeningDays(OpeningDays const & days)
136
{
137
if (days.empty())
138
return false;
139
m_weekdays = days;
140
return true;
141
}
142
143
void TimeTable::AddWorkingDay(osmoh::Weekday const wd)
144
{
Callers
6
NativeTimetable
Function · 0.80
opening_hours_ui.cpp
File · 0.80
SetUpWeekdays
Function · 0.80
ExcludeRulePart
Function · 0.80
MakeTimeTableSet
Function · 0.80
UNIT_TEST
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.64