MCPcopy Create free account
hub / github.com/cryptonomex/graphene / increment

Method increment

libraries/net/peer_database.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 void peer_database_iterator::increment()
201 {
202 ++my->_iterator;
203 }
204
205 bool peer_database_iterator::equal(const peer_database_iterator& other) const
206 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected