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

Method Erase

library/cpp/coroutine/engine/poller.cpp:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void Erase(size_t i) noexcept {
176 V_.Get(i).Destroy();
177 }
178
179 size_t Size() const noexcept {
180 return I_.Size();

Callers 1

SetMethod · 0.45

Calls 2

DestroyMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected