Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ seconds
Method
seconds
valdi_core/src/valdi_core/cpp/Utils/Duration.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
double Duration::seconds() const {
18
return _duration;
19
}
20
21
Duration Duration::fromMilliseconds(double milliseconds) {
22
return Duration(milliseconds / 1000);
Callers
9
operator+
Function · 0.45
operator-
Function · 0.45
operator%
Function · 0.45
Duration.cpp
File · 0.45
operator+
Method · 0.45
TimePoint.cpp
File · 0.45
waitUntilAllUpdatesCompleted
Method · 0.45
nativeGetDuration
Method · 0.45
onProgress
Method · 0.45
Calls
no outgoing calls
Tested by
1
waitUntilAllUpdatesCompleted
Method · 0.36