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

Method find

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

Source from the content-addressed store, hash-verified

561
562#ifdef TSL_AH_HAS_STRING_VIEW
563 iterator find(const std::basic_string_view<CharT>& key) {
564 return m_ht.find(key.data(), key.size());
565 }
566
567 const_iterator find(const std::basic_string_view<CharT>& key) const {
568 return m_ht.find(key.data(), key.size());

Callers 1

find_ksMethod · 0.45

Calls 3

lengthClass · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected