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

Function Do

util/generic/array_ref_ut.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 static void Do(const TArrayRef<int> a) {
318 a[0] = 8;
319 }
320
321 Y_UNIT_TEST(TestConst) {
322 int a[] = {1, 2};

Callers 15

DoMethod · 0.85
DoMethod · 0.85
DestroyRefCountedImplFunction · 0.85
DestroyMethod · 0.85
DeallocateMethod · 0.85
NewEpilogueFunction · 0.85
DoMethod · 0.85
DoMethod · 0.85
PerformIncrementMethod · 0.85
PerformResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected