MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ReadDatabaseArgs

Function ReadDatabaseArgs

src/wallet/db.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void ReadDatabaseArgs(const ArgsManager& args, DatabaseOptions& options)
154{
155 // Override current options with args values, if any were specified
156 options.use_unsafe_sync = args.GetBoolArg("-unsafesqlitesync", options.use_unsafe_sync);
157}
158
159} // namespace wallet

Callers 10

ExecuteWalletToolFuncFunction · 0.70
RestoreWalletFunction · 0.70
VerifyWalletsFunction · 0.70
LoadWalletsFunction · 0.70
CreateFromDumpFunction · 0.70
createWalletMethod · 0.70
loadWalletMethod · 0.70
loadwalletFunction · 0.50
createwalletFunction · 0.50
DBMethod · 0.50

Calls 1

GetBoolArgMethod · 0.80

Tested by

no test coverage detected