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

Function SecondsSinceEpoch

libs/base/timer.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78uint64_t SecondsSinceEpoch()
79{
80 return TimeTToSecondsSinceEpoch(::time(nullptr));
81}
82
83std::string TimestampToString(time_t time)
84{

Callers 5

generator_tool.cppFile · 0.85
TestWithCustomMwmsMethod · 0.85
TestMwmBuilderClass · 0.85
IsAllowedToEditFileMethod · 0.85
ScopedMwmMethod · 0.85

Calls 1

TimeTToSecondsSinceEpochFunction · 0.85

Tested by 1

TestWithCustomMwmsMethod · 0.68