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