Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
int32_t WeekdayNumber(osmoh::Weekday const wd)
71
{
72
return static_cast<int32_t>(wd);
73
}
74
75
constexpr uint32_t kDaysInWeek = 7;
76
Callers
3
NextWeekdayNumber
Function · 0.85
RemoveInversion
Function · 0.85
SplitIntoIntervals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected