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

Method Reset

util/system/filemap.h:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 inline void Reset() noexcept {
37 Ptr = nullptr;
38 Size = 0;
39 Head = 0;
40 }
41
42 void* Ptr;
43 size_t Size;

Callers 3

InitMethod · 0.45
SetDummyMethod · 0.45
TFileMappedArrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected