MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IpcImpl

Method IpcImpl

src/ipc/interfaces.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53{
54public:
55 IpcImpl(const char* exe_name, const char* process_argv0, interfaces::Init& init)
56 : m_exe_name(exe_name), m_process_argv0(process_argv0), m_init(init),
57 m_protocol(ipc::capnp::MakeCapnpProtocol()), m_process(ipc::MakeProcess())
58 {
59 }
60 std::unique_ptr<interfaces::Init> spawnProcess(const char* new_exe_name) override
61 {
62 int pid;

Callers

nothing calls this directly

Calls 2

MakeCapnpProtocolFunction · 0.85
MakeProcessFunction · 0.85

Tested by

no test coverage detected