MCPcopy Create free account
hub / github.com/catboost/catboost / ToDeadLine

Method ToDeadLine

util/datetime/base.h:847–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847inline TInstant TDuration::ToDeadLine() const {
848 return ToDeadLine(TInstant::Now());
849}
850
851constexpr TInstant TDuration::ToDeadLine(TInstant now) const {
852 return now + *this;

Callers 15

WaitUntilConnectableFunction · 0.80
LockTMethod · 0.80
SleepTMethod · 0.80
WaitTMethod · 0.80
WaitTMethod · 0.80
WaitTMethod · 0.80
SelectTFunction · 0.80
PollTFunction · 0.80
ReadVectorTFunction · 0.80
ReadTFunction · 0.80
WriteVectorTFunction · 0.80
WriteTFunction · 0.80

Calls 1

NowFunction · 0.70

Tested by 1