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

Method ipc

src/init/bitcoin-gui.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected