MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / IsReset

Method IsReset

lib/utils/duration.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool Duration::IsReset() const
75{
76 return _startTime.time_since_epoch().count() == 0;
77}
78
79double Duration::Seconds() const
80{

Callers 1

DurationReachedMethod · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected