MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / clear_peer_database

Method clear_peer_database

libraries/net/node.cpp:4985–4989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4983#endif // ENABLE_P2P_DEBUGGING_API
4984 }
4985 void node_impl::clear_peer_database()
4986 {
4987 VERIFY_CORRECT_THREAD();
4988 _potential_peer_db.clear();
4989 }
4990
4991 void node_impl::set_total_bandwidth_limit( uint32_t upload_bytes_per_second, uint32_t download_bytes_per_second )
4992 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected