Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Data
Method
Data
util/system/filemap.h:309–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
return Ptr_;
308
}
309
char* Data(ui32 pos = 0) const {
310
return (char*)(Ptr_ ? ((char*)Ptr_ + pos) : nullptr);
311
}
312
char* Begin() const noexcept {
313
return (char*)Ptr();
314
}
Callers
15
ReadLink
Method · 0.45
CurrentWorkingDirectory
Method · 0.45
THostNameHolder
Method · 0.45
GetUsername
Function · 0.45
WinSymLink
Function · 0.45
WinCurrentWorkingDirectory
Function · 0.45
ReadReparsePoint
Function · 0.45
ReadStream
Method · 0.45
WriteStream
Method · 0.45
StartProcess
Method · 0.45
Communicate
Method · 0.45
TDirectIOBufferedFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected