Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
uint64_t SecondsSinceEpoch()
79
{
80
return TimeTToSecondsSinceEpoch(::time(nullptr));
81
}
82
83
std::string TimestampToString(time_t time)
84
{
Callers
5
generator_tool.cpp
File · 0.85
TestWithCustomMwms
Method · 0.85
TestMwmBuilder
Class · 0.85
IsAllowedToEditFile
Method · 0.85
ScopedMwm
Method · 0.85
Calls
1
TimeTToSecondsSinceEpoch
Function · 0.85
Tested by
1
TestWithCustomMwms
Method · 0.68