Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TMappedFile
Method
TMappedFile
library/cpp/deprecated/mapped_file/mapped_file.h:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
public:
25
TMappedFile() {
26
Map_ = nullptr;
27
}
28
29
~TMappedFile() {
30
term();
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected