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

Method GetVersion

libs/platform/mwm_version.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42uint32_t MwmVersion::GetVersion() const
43{
44 auto const tm = base::GmTime(base::SecondsSinceEpochToTimeT(m_secondsSinceEpoch));
45 return base::GenerateYYMMDD(tm.tm_year, tm.tm_mon, tm.tm_mday);
46}
47
48std::string DebugPrint(Format f)
49{

Callers 4

IndexesDirMethod · 0.45
ReadVersionDateFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 3

GmTimeFunction · 0.85
SecondsSinceEpochToTimeTFunction · 0.85
GenerateYYMMDDFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.36