Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ begin
Method
begin
util/system/filemap.h:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
return ((T*)Ptr())[pos];
373
}
374
T* begin() {
375
return (T*)Ptr();
376
}
377
T* end() {
378
return (T*)((char*)Ptr() + MappedSize());
379
}
Callers
9
RemoveRecursive
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
UTF8ToWCHAR
Function · 0.45
GetWString
Function · 0.45
GetAString
Function · 0.45
StartProcess
Method · 0.45
Out<TSourceLocation>
Function · 0.45
UTF8ToWCHAR
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected