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

Function EnumerateTests

library/cpp/testing/benchmark/bench.cpp:459–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 }
458
459 void EnumerateTests(TVector<ITestRunner*>& tests) {
460 for (size_t id : xrange(tests.size())) {
461 tests[id]->SequentialId = id;
462 }
463 }
464}
465
466template <>

Callers 1

MainMethod · 0.85

Calls 2

xrangeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected