MCPcopy 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
51void 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

PathToStringFunction · 0.85
ForceSetArgMethod · 0.80

Tested by

no test coverage detected