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

Method empty

library/cpp/containers/flat_hash/lib/table.h:110–110  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

108
109 // Capacity
110 bool empty() const noexcept { return size() == 0; }
111 size_type size() const noexcept { return Buckets_.Taken(); }
112
113 // Modifiers

Callers 15

GetLightestMethod · 0.45
FixHeapMethod · 0.45
EmptyMethod · 0.45
IsEmptyMethod · 0.45
GetStackMethod · 0.45
BasicOperationsFunction · 0.45
WriteStackFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SmokingTestMethod · 0.45
CopyConstructionTestMethod · 0.45
MoveConstructionTestMethod · 0.45
CopyAssignmentTestMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected