Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadLink
Method · 0.45
CurrentWorkingDirectory
Method · 0.45
THostNameHolder
Method · 0.45
GetUsername
Function · 0.45
Y_UNIT_TEST
Function · 0.45
WinSymLink
Function · 0.45
WinCurrentWorkingDirectory
Function · 0.45
ReadReparsePoint
Function · 0.45
ReadFromFile
Method · 0.45
FreeBSDSysCtl
Function · 0.45
GetExecPathImpl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected