MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / over

Method over

src/Core/Time/Chronometer.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool Chronometer::over() const
41 {
42 return ((!m_started) xor (this->getTime() > m_limit));
43 }
44} // namespace obe::Time

Callers 2

updateMethod · 0.80
checkMethod · 0.80

Calls 1

getTimeMethod · 0.95

Tested by

no test coverage detected