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

Function SQLiteDataFile

src/wallet/db.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89fs::path SQLiteDataFile(const fs::path& path)
90{
91 return path / "wallet.dat";
92}
93
94bool IsBDBFile(const fs::path& path)
95{

Callers 3

ListDatabasesFunction · 0.85
MakeSQLiteDatabaseFunction · 0.85
MakeDatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected