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

Method TDate

util/draft/date.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42TDate::TDate(const char* yyyymmdd)
43 : Timestamp(GetDateStart(ParseDate(yyyymmdd)))
44{
45}
46
47TDate::TDate(const TString& yyyymmdd)
48 : Timestamp(GetDateStart(ParseDate(yyyymmdd.c_str())))

Callers

nothing calls this directly

Calls 5

GetDateStartFunction · 0.85
ParseDateFunction · 0.85
ZeroFunction · 0.85
c_strMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected