Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ MakeWalletInit
Function
MakeWalletInit
src/init/bitcoin-wallet.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
namespace interfaces {
8
std::unique_ptr<Init> MakeWalletInit(int argc, char* argv[], int& exit_status)
9
{
10
return std::make_unique<Init>();
11
}
12
} // namespace interfaces
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected