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

Function WeekdayNumber

libs/editor/ui2oh.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70int32_t WeekdayNumber(osmoh::Weekday const wd)
71{
72 return static_cast<int32_t>(wd);
73}
74
75constexpr uint32_t kDaysInWeek = 7;
76

Callers 3

NextWeekdayNumberFunction · 0.85
RemoveInversionFunction · 0.85
SplitIntoIntervalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected