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

Method Empty

library/cpp/cache/cache.h:645–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643 }
644
645 bool Empty() const {
646 return Index.empty();
647 }
648
649 void Clear() {
650 for (TIndexIterator it = Index.begin(); it != Index.end(); ++it) {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected