Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ erase_ks
Method
erase_ks
ext/include/tsl/array-hash/array_map.h:339–341 ·
view source on GitHub ↗
* @copydoc erase(const_iterator pos) */
Source
from the content-addressed store, hash-verified
337
* @copydoc erase(const_iterator pos)
338
*/
339
size_type erase_ks(const CharT* key, size_type key_size) {
340
return m_ht.erase(key, key_size);
341
}
342
343
#ifdef TSL_AH_HAS_STRING_VIEW
344
/**
Callers
nothing calls this directly
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected