Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ipc
Method
ipc
src/interfaces/init.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
std::unique_ptr<WalletLoader> Init::makeWalletLoader(Chain& chain) { return {}; }
15
std::unique_ptr<Echo> Init::makeEcho() { return {}; }
16
Ipc* Init::ipc() { return nullptr; }
17
} // namespace interfaces
Callers
1
echoipc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected