MCPcopy Create free account
hub / github.com/ElementsProject/elements / SQLiteDataFile

Function SQLiteDataFile

src/wallet/db.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77fs::path SQLiteDataFile(const fs::path& path)
78{
79 return path / "wallet.dat";
80}
81
82bool IsBDBFile(const fs::path& path)
83{

Callers 3

ListDatabasesFunction · 0.85
MakeSQLiteDatabaseFunction · 0.85
MakeDatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected