MCPcopy 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
188bool TimeTable::AddExcludeTime(osmoh::Timespan const & span)
189{
190 return ReplaceExcludeTime(span, GetExcludeTime().size());
191}
192
193bool TimeTable::ReplaceExcludeTime(osmoh::Timespan const & span, size_t const index)
194{

Callers 7

NativeTimetableFunction · 0.80
CanAddExcludeTimeMethod · 0.80
SetUpTimeTableFunction · 0.80
ExcludeRulePartFunction · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64