MCPcopy 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
17double Duration::seconds() const {
18 return _duration;
19}
20
21Duration Duration::fromMilliseconds(double milliseconds) {
22 return Duration(milliseconds / 1000);

Callers 9

operator+Function · 0.45
operator-Function · 0.45
operator%Function · 0.45
Duration.cppFile · 0.45
operator+Method · 0.45
TimePoint.cppFile · 0.45
nativeGetDurationMethod · 0.45
onProgressMethod · 0.45

Calls

no outgoing calls

Tested by 1