Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.80
check
Method · 0.80
Calls
1
getTime
Method · 0.95
Tested by
no test coverage detected