Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ empty
Method
empty
ext/include/tsl/array-hash/array_hash.h:1050–1050 ·
view source on GitHub ↗
* Capacity */
Source
from the content-addressed store, hash-verified
1048
* Capacity
1049
*/
1050
bool empty() const noexcept { return m_nb_elements == 0; }
1051
1052
size_type size() const noexcept { return m_nb_elements; }
1053
Callers
8
array_hash_iterator
Class · 0.45
array_hash
Method · 0.45
array_hash
Class · 0.45
begin
Method · 0.45
cbegin
Method · 0.45
erase_from_bucket
Method · 0.45
rehash_impl
Method · 0.45
deserialize_impl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected