MCPcopy Create free account
hub / github.com/ElementsProject/elements / ipc

Method ipc

src/init/bitcoin-node.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36 std::unique_ptr<interfaces::Echo> makeEcho() override { return interfaces::MakeEcho(); }
37 interfaces::Ipc* ipc() override { return m_ipc.get(); }
38 node::NodeContext& m_node;
39 std::unique_ptr<interfaces::Ipc> m_ipc;
40};

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected