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

Method EraseFromIndex

library/cpp/cache/cache.h:697–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695 }
696
697 void EraseFromIndex(TItem* item) {
698 TDeleter::Destroy(item->Value);
699 TIterator it = FindByItem(item);
700 Y_ASSERT(it != End());
701 Index.erase(it.Iter);
702 }
703};
704
705struct TNoopDelete {

Callers

nothing calls this directly

Calls 2

DestroyFunction · 0.50
eraseMethod · 0.45

Tested by

no test coverage detected