Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ end
Method
end
util/system/filemap.h:377–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
return (T*)Ptr();
376
}
377
T* end() {
378
return (T*)((char*)Ptr() + MappedSize());
379
}
380
size_t size() const {
381
return MappedSize() / sizeof(T);
382
}
Callers
6
RemoveRecursive
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
GetWString
Function · 0.45
GetAString
Function · 0.45
StartProcess
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected