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

Method SetHours

3party/opening_hours/opening_hours.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void HourMinutes::SetHours(THours const hours)
142{
143 m_empty = false;
144 m_hours = hours;
145}
146
147void HourMinutes::SetMinutes(TMinutes const minutes)
148{

Callers 4

GetTwentyFourHourRuleFunction · 0.80
DeserializeMethod · 0.80
operator-Function · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64