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

Method IsMapped

util/system/filemap.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 inline bool IsMapped() const noexcept {
33 return Ptr != nullptr;
34 }
35
36 inline void Reset() noexcept {
37 Ptr = nullptr;

Callers 2

FlushMethod · 0.80
UnmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected