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

Method GetResult

util/datetime/parser.h:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 inline TInstant GetResult(int firstFinalState, TInstant defaultValue) const {
304 if (cs < firstFinalState) {
305 return defaultValue;
306 }
307 return DateTimeFields.ToInstant(defaultValue);
308 }
309};
310
311#define DECLARE_PARSER(CLASS) \

Callers

nothing calls this directly

Calls 1

ToInstantMethod · 0.45

Tested by

no test coverage detected