MCPcopy 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
21namespace interfaces {
22std::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

CallIPCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected