MCPcopy 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

RemoveRecursiveMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
GetWStringFunction · 0.45
GetAStringFunction · 0.45
StartProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected