Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
protected:
71
virtual void Dispose() noexcept = 0;
Callers
nothing calls this directly
Calls
1
Dispose
Method · 0.45
Tested by
no test coverage detected