Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ MakeBasicInit
Function
MakeBasicInit
src/init/basic.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
namespace interfaces {
22
std::unique_ptr<Init> MakeBasicInit(const char* exe_name, const char* process_argv0)
23
{
24
return std::make_unique<init::BitcoinBasicInit>(exe_name, process_argv0);
25
}
26
} // namespace interfaces
Callers
1
CallIPC
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected