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

Function Y_UNIT_TEST

util/system/filemap_ut.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 Y_UNIT_TEST(TestFileMap) {
55 BasicTest(TMemoryMapCommon::oRdWr);
56 }
57
58 Y_UNIT_TEST(TestFileMapPopulate) {
59 BasicTest(TMemoryMapCommon::oRdWr | TMemoryMapCommon::oPopulate);

Callers

nothing calls this directly

Calls 15

BasicTestFunction · 0.85
memcmpFunction · 0.85
TSystemErrorClass · 0.85
ResizeAndRemapMethod · 0.80
TFileClass · 0.70
fopenFunction · 0.50
fillFunction · 0.50
WriteMethod · 0.45
CloseMethod · 0.45
MapMethod · 0.45
LengthMethod · 0.45
MappedSizeMethod · 0.45

Tested by

no test coverage detected