Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
466
template <>
Callers
1
Main
Method · 0.85
Calls
2
xrange
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected