Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ time_get_impl
Function
time_get_impl
src/base/time.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
int64_t time_get_impl()
31
{
32
return time_get_nanoseconds().count();
33
}
34
35
int64_t time_get()
36
{
Callers
1
time_get
Function · 0.85
Calls
1
time_get_nanoseconds
Function · 0.85
Tested by
no test coverage detected