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

Method Seconds

util/datetime/base.h:450–452  ·  view source on GitHub ↗

seconds since epoch

Source from the content-addressed store, hash-verified

448
449 /// seconds since epoch
450 static constexpr TInstant Seconds(ui64 s) noexcept {
451 return TBase::SecondsConvertFrom(s);
452 }
453
454 /// Base class static methods:
455 ///

Callers 11

TClientConnectionMethod · 0.45
FutexWaitFunction · 0.45
GetKeepAliveTimeoutMethod · 0.45
ReadTrainDatasetsFunction · 0.45
Out<TDuration>Function · 0.45
Y_UNIT_TESTFunction · 0.45
TTimeRangeMethod · 0.45
BM_GmTimeRFunction · 0.45
BM_gmtime_rFunction · 0.45
CurrentUTCMethod · 0.45
WaitDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected