MCPcopy 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

ReadLinkMethod · 0.45
THostNameHolderMethod · 0.45
GetUsernameFunction · 0.45
WinSymLinkFunction · 0.45
ReadReparsePointFunction · 0.45
ReadStreamMethod · 0.45
WriteStreamMethod · 0.45
StartProcessMethod · 0.45
CommunicateMethod · 0.45
TDirectIOBufferedFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected