MCPcopy Create free account
hub / github.com/ablab/spades / size

Method size

ext/include/tsl/array-hash/array_hash.h:1052–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050 bool empty() const noexcept { return m_nb_elements == 0; }
1051
1052 size_type size() const noexcept { return m_nb_elements; }
1053
1054 size_type max_size() const noexcept {
1055 return std::numeric_limits<IndexSizeT>::max();

Callers 8

array_bucketMethod · 0.45
deserializeMethod · 0.45
bucket_countMethod · 0.45
emplace_implMethod · 0.45
serialize_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected