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

Method equal_range_ks

ext/include/tsl/array-hash/array_set.h:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497#endif
498 std::pair<iterator, iterator> equal_range_ks(const CharT* key,
499 size_type key_size) {
500 return m_ht.equal_range(key, key_size);
501 }
502
503 std::pair<const_iterator, const_iterator> equal_range_ks(
504 const CharT* key, size_type key_size) const {

Callers

nothing calls this directly

Calls 1

equal_rangeMethod · 0.45

Tested by

no test coverage detected