Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ MakeNodeInit
Function
MakeNodeInit
src/init/bitcoind.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
namespace interfaces {
46
std::unique_ptr<Init> MakeNodeInit(NodeContext& node, int argc, char* argv[], int& exit_status)
47
{
48
return std::make_unique<init::BitcoindInit>(node);
49
}
50
} // namespace interfaces
Callers
1
bitcoind.cpp
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected