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

Function Foo

util/generic/array_ref_ut.cpp:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342 template <typename T>
343 static void Foo(const TConstArrayRef<T>) {
344 // noop
345 }
346
347 Y_UNIT_TEST(TestMakeConstArrayRef) {
348 TVector<int> data;

Callers 2

hash_ut.cppFile · 0.70
Y_UNIT_TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected