Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ AddExcludeTime
Method
AddExcludeTime
libs/editor/opening_hours_ui.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
bool TimeTable::AddExcludeTime(osmoh::Timespan const & span)
189
{
190
return ReplaceExcludeTime(span, GetExcludeTime().size());
191
}
192
193
bool TimeTable::ReplaceExcludeTime(osmoh::Timespan const & span, size_t const index)
194
{
Callers
7
NativeTimetable
Function · 0.80
Java_app_organicmaps_sdk_editor_OpeningHours_nativeAddClosedSpan
Function · 0.80
CanAddExcludeTime
Method · 0.80
SetUpTimeTable
Function · 0.80
ExcludeRulePart
Function · 0.80
UNIT_TEST
Function · 0.80
UNIT_TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
2
UNIT_TEST
Function · 0.64
UNIT_TEST
Function · 0.64