Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ peer_database
Method
peer_database
libraries/net/peer_database.cpp:217–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
} // end namespace detail
216
217
peer_database::peer_database() :
218
my(new detail::peer_database_impl)
219
{
220
}
221
222
peer_database::~peer_database()
223
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected