MCPcopy 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

RemoveRecursiveMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
UTF8ToWCHARFunction · 0.45
GetWStringFunction · 0.45
GetAStringFunction · 0.45
StartProcessMethod · 0.45
Out<TSourceLocation>Function · 0.45
UTF8ToWCHARFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected