Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
THashTable
Method · 0.45
THashTable
Class · 0.45
copy_from_dynamic
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected