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

Method TestAppend

util/generic/intrlist_ut.cpp:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void TListTest::TestAppend() {
304 ::TestAppend(500, 500);
305 ::TestAppend(0, 0);
306 ::TestAppend(1, 0);
307 ::TestAppend(0, 1);
308 ::TestAppend(1, 1);
309}
310
311template <typename TListType>
312static void CheckList(const TListType& lst) {

Callers

nothing calls this directly

Calls 1

TestAppendFunction · 0.85

Tested by

no test coverage detected