MCPcopy Create free account
hub / github.com/catboost/catboost / Size

Method Size

util/system/filemap.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 return Size_;
231 }
232 size_t Size() const {
233 return Size_;
234 }
235 const T& GetAt(size_t pos) const {
236 if (pos < Size_) {
237 return Ptr_[pos];

Callers 11

ReadLinkMethod · 0.45
THostNameHolderMethod · 0.45
GetUsernameFunction · 0.45
Y_UNIT_TESTFunction · 0.45
WinSymLinkFunction · 0.45
ReadReparsePointFunction · 0.45
ReadFromFileMethod · 0.45
FreeBSDSysCtlFunction · 0.45
GetExecPathImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected