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

Method Release

util/draft/holder_vector.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 T* Release(size_t i) {
71 T* t = (*this)[i];
72 (*this)[i] = nullptr;
73 return t;
74 }
75
76 void Resize(size_t newSize) {
77 for (size_t i = newSize; i < size(); ++i) {

Callers 2

PushBackMethod · 0.45
ResetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected