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

Method end

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

Source from the content-addressed store, hash-verified

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(); }
172
173 private:

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected