Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetLightest
Method · 0.45
FixHeap
Method · 0.45
Empty
Method · 0.45
IsEmpty
Method · 0.45
GetStack
Method · 0.45
BasicOperations
Function · 0.45
WriteStack
Function · 0.45
Y_UNIT_TEST
Function · 0.45
SmokingTest
Method · 0.45
CopyConstructionTest
Method · 0.45
MoveConstructionTest
Method · 0.45
CopyAssignmentTest
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected