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

Function Includes

libs/editor/ui2oh.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool Includes(osmoh::Timespan const & a, osmoh::Timespan const & b)
187{
188 return GetDuration(a.GetStart()) <= GetDuration(b.GetStart()) && GetDuration(b.GetEnd()) <= GetDuration(a.GetEnd());
189}
190
191bool ExcludeRulePart(osmoh::RuleSequence const & rulePart, editor::ui::TimeTableSet & tts)
192{

Callers 1

ExcludeRulePartFunction · 0.85

Calls 3

GetDurationFunction · 0.85
GetStartMethod · 0.45
GetEndMethod · 0.45

Tested by

no test coverage detected