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

PathToStringFunction · 0.85
ForceSetArgMethod · 0.80

Tested by

no test coverage detected