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

Function MakeProcess

src/ipc/process.cpp:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154} // namespace
155
156std::unique_ptr<Process> MakeProcess() { return std::make_unique<ProcessImpl>(); }
157} // namespace ipc

Callers 3

IpcImplMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
IpcSocketTestFunction · 0.85

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.68
IpcSocketTestFunction · 0.68