Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ node
Method
node
libraries/p2p/node.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
namespace graphene { namespace p2p {
24
25
node::node( chain_database& db )
26
:_db(db)
27
{
28
29
}
30
31
node::~node()
32
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected