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

Method GetResult

util/datetime/parser.h:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 inline TInstant GetResult(int firstFinalState, TInstant defaultValue) const {
135 if (cs < firstFinalState) {
136 return defaultValue;
137 }
138 return DateTimeFields.ToInstant(defaultValue);
139 }
140};
141
142#define DECLARE_PARSER(CLASS) \

Callers 2

Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

ToInstantMethod · 0.45

Tested by

no test coverage detected