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

Class T

util/datetime/base_ut.cpp:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384 Y_UNIT_TEST(TestFromString) {
385 static const struct T {
386 const char* const Str;
387 const TDuration::TValue MicroSeconds;
388 const bool Parseable;
389 } tests[] = {
390 {"0", 0, true},
391 {"1", 1000000, true},
392 {"2s", 2000000, true},

Callers 6

operator*Function · 0.70
CheckTryFromStringFailFunction · 0.50
StdNormalDistributionFunction · 0.50
ReadFunction · 0.50
NumericHashFunction · 0.50
IsZeroFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected