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

Method insert_ks

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

Source from the content-addressed store, hash-verified

175 }
176#endif
177 std::pair<iterator, bool> insert_ks(const CharT* key, size_type key_size) {
178 return m_ht.emplace(key, key_size);
179 }
180
181 template <class InputIt, typename std::enable_if<
182 is_iterator<InputIt>::value>::type* = nullptr>

Callers

nothing calls this directly

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected