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

Function Construct

util/generic/guid_ut.cpp:7–16  ·  view source on GitHub ↗

TODO - make real constructor

Source from the content-addressed store, hash-verified

5Y_UNIT_TEST_SUITE(TGuidTest) {
6 // TODO - make real constructor
7 static TGUID Construct(ui32 d1, ui32 d2, ui32 d3, ui32 d4) {
8 TGUID ret;
9
10 ret.dw[0] = d1;
11 ret.dw[1] = d2;
12 ret.dw[2] = d3;
13 ret.dw[3] = d4;
14
15 return ret;
16 }
17
18 struct TTest {
19 TGUID G;

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected