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

Method GetPredefinedOpeningTime

libs/editor/opening_hours_ui.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237osmoh::Timespan TimeTable::GetPredefinedOpeningTime() const
238{
239 using osmoh::operator""_h;
240 return {9_h, 18_h};
241}
242
243osmoh::Timespan TimeTable::GetPredefinedExcludeTime() const
244{

Calls

no outgoing calls

Tested by

no test coverage detected