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

Method insert_ks

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

Source from the content-addressed store, hash-verified

185 }
186#endif
187 std::pair<iterator, bool> insert_ks(const CharT* key, size_type key_size,
188 const T& value) {
189 return m_ht.emplace(key, key_size, value);
190 }
191
192#ifdef TSL_AH_HAS_STRING_VIEW
193 std::pair<iterator, bool> insert(const std::basic_string_view<CharT>& key,

Callers

nothing calls this directly

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected