MCPcopy Create free account
hub / github.com/catboost/catboost / MappedData

Method MappedData

util/system/filemap.h:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 inline void* MappedData() const noexcept {
29 return Ptr ? (void*)((char*)Ptr + Head) : nullptr;
30 }
31
32 inline bool IsMapped() const noexcept {
33 return Ptr != nullptr;

Callers 3

operator()Method · 0.80
BasicTestFunction · 0.80
PtrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected