Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ SetWalletDir
Method
SetWalletDir
src/wallet/test/init_test_fixture.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void InitWalletDirTestingSetup::SetWalletDir(const fs::path& walletdir_path)
49
{
50
m_args.ForceSetArg(
"-walletdir"
, fs::PathToString(walletdir_path));
51
}
52
} // namespace wallet
Callers
nothing calls this directly
Calls
2
PathToString
Function · 0.85
ForceSetArg
Method · 0.80
Tested by
no test coverage detected