Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ getData
Method
getData
library/cpp/deprecated/mapped_file/mapped_file.h:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void* getData(size_t pos = 0) const {
63
Y_ASSERT(!Map_ || (pos <= getSize()));
64
return (Map_ ? (void*)((unsigned char*)Map_->Ptr() + pos) : nullptr);
65
}
66
67
void precharge(size_t pos = 0, size_t size = (size_t)-1) const;
68
Callers
1
VerifyFile
Function · 0.80
Calls
1
Ptr
Method · 0.45
Tested by
no test coverage detected