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

Method makeRpc

src/interfaces/init.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 virtual std::unique_ptr<WalletLoader> makeWalletLoader(Chain& chain) { return nullptr; }
39 virtual std::unique_ptr<Echo> makeEcho() { return nullptr; }
40 virtual std::unique_ptr<Rpc> makeRpc() { return nullptr; }
41 virtual Ipc* ipc() { return nullptr; }
42 virtual bool canListenIpc() { return false; }
43 virtual const char* exeName() { return nullptr; }

Callers 1

CallIPCFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected