Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BasicTest
Function · 0.85
memcmp
Function · 0.85
TSystemError
Class · 0.85
ResizeAndRemap
Method · 0.80
TFile
Class · 0.70
fopen
Function · 0.50
fill
Function · 0.50
Write
Method · 0.45
Close
Method · 0.45
Map
Method · 0.45
Length
Method · 0.45
MappedSize
Method · 0.45
Tested by
no test coverage detected