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

Method Destroy

util/memory/tempbuf.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 static inline void Destroy(TImpl* This) noexcept {
67 This->Dispose();
68 }
69
70protected:
71 virtual void Dispose() noexcept = 0;

Callers

nothing calls this directly

Calls 1

DisposeMethod · 0.45

Tested by

no test coverage detected