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

Method empty

util/generic/hash_table.h:620–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 }
619
620 Y_PURE_FUNCTION bool empty() const noexcept {
621 return size() == 0;
622 }
623
624 void swap(THashTable& ht) {
625 base_type::swap(ht);

Callers 3

THashTableMethod · 0.45
THashTableClass · 0.45
copy_from_dynamicMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected