Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
705
struct TNoopDelete {
Callers
nothing calls this directly
Calls
2
Destroy
Function · 0.50
erase
Method · 0.45
Tested by
no test coverage detected