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

Method count_ks

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

Source from the content-addressed store, hash-verified

518 }
519#endif
520 size_type count_ks(const CharT* key, size_type key_size) const {
521 return m_ht.count(key, key_size);
522 }
523
524#ifdef TSL_AH_HAS_STRING_VIEW
525 /**

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected