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