MCPcopy Create free account
hub / github.com/BirolLab/abyss / begin

Method begin

Parallel/NetworkSequenceCollection.h:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 iterator begin() { return m_data.begin(); }
169 const_iterator begin() const { return m_data.begin(); }
170 iterator end() { return m_data.end(); }
171 const_iterator end() const { return m_data.end(); }

Callers 15

pumpNetworkMethod · 0.45
performNetworkTrimMethod · 0.45
processBranchesTrimMethod · 0.45
transmitBufferEmptyMethod · 0.45
addEstimateFunction · 0.45
doReadIntegrityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected