Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Now
Method
Now
library/cpp/coroutine/engine/coroutine_ut.cpp:998–1000 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
996
class TTime: public NCoro::ITime {
997
public:
998
TInstant Now() override {
999
return Current;
1000
}
1001
1002
TInstant Current = TInstant::Zero();
1003
};
Callers
1
TestOverrideTime
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestOverrideTime
Method · 0.36