Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getTime
Method
getTime
valdi_core/src/valdi_core/cpp/Utils/TimePoint.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
TimeInterval TimePoint::getTime() const {
40
return _time;
41
}
42
43
int64_t TimePoint::getTimeMs() const {
44
return static_cast<int64_t>(_time * 1000.0);
Callers
15
TimePoint.cpp
File · 0.80
fillEventTime
Function · 0.80
_onMessage
Method · 0.80
looseEqual
Function · 0.80
TEST_P
Method · 0.80
getCurrentEventTime
Method · 0.80
flush
Method · 0.80
flushOnDrawCallbacks
Method · 0.80
buildContext
Method · 0.80
getTimeZoneDstSecondsFromGMT
Method · 0.80
getMostRecentLogFilePath
Method · 0.80
onConsoleMessageAdded
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_P
Method · 0.64
TEST
Function · 0.64