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