Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ find_ks
Method
find_ks
ext/include/tsl/array-hash/array_map.h:587–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
585
}
586
#endif
587
iterator find_ks(const CharT* key, size_type key_size) {
588
return m_ht.find(key, key_size);
589
}
590
591
const_iterator find_ks(const CharT* key, size_type key_size) const {
592
return m_ht.find(key, key_size);
Callers
1
operator==
Method · 0.45
Calls
1
find
Method · 0.45
Tested by
no test coverage detected