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

Method equal_range_ks

ext/include/tsl/array-hash/array_map.h:699–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 }
698#endif
699 std::pair<iterator, iterator> equal_range_ks(const CharT* key,
700 size_type key_size) {
701 return m_ht.equal_range(key, key_size);
702 }
703
704 std::pair<const_iterator, const_iterator> equal_range_ks(
705 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