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

Method find

ext/include/tsl/array-hash/array_hash.h:1258–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256 }
1257
1258 iterator find(const CharT* key, size_type key_size) {
1259 return find(key, key_size, hash_key(key, key_size));
1260 }
1261
1262 const_iterator find(const CharT* key, size_type key_size) const {
1263 return find(key, key_size, hash_key(key, key_size));

Callers

nothing calls this directly

Calls 8

find_or_end_of_bucketMethod · 0.80
findFunction · 0.50
iteratorClass · 0.50
endFunction · 0.50
const_iteratorClass · 0.50
cendFunction · 0.50
beginMethod · 0.45
cbeginMethod · 0.45

Tested by

no test coverage detected