Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
fs::path SQLiteDataFile(const fs::path& path)
90
{
91
return path /
"wallet.dat"
;
92
}
93
94
bool IsBDBFile(const fs::path& path)
95
{
Callers
3
ListDatabases
Function · 0.85
MakeSQLiteDatabase
Function · 0.85
MakeDatabase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected