Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ begin
Method
begin
ext/include/tsl/array-hash/array_set.h:142–142 ·
view source on GitHub ↗
* Iterators */
Source
from the content-addressed store, hash-verified
140
* Iterators
141
*/
142
iterator begin() noexcept { return m_ht.begin(); }
143
const_iterator begin() const noexcept { return m_ht.begin(); }
144
const_iterator cbegin() const noexcept { return m_ht.cbegin(); }
145
Callers
1
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected