MCPcopy Create free account
hub / github.com/LUX-Core/lux / Next

Method Next

src/cryptopp/channels.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void ChannelRouteIterator::Next()
121{
122 if (m_useDefault)
123 ++m_itListCurrent;
124 else
125 ++m_itMapCurrent;
126}
127
128BufferedTransformation & ChannelRouteIterator::Destination()
129{

Callers 9

BlockChain.cppFile · 0.45
dumpDatabaseMethod · 0.45
checkConsistencyMethod · 0.45
loadAllMessagesMethod · 0.45
ChannelPut2Method · 0.45
ChannelFlushMethod · 0.45
ChannelCreatePutSpaceMethod · 0.45
ChannelPutModifiable2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected