Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
fs::path SQLiteDataFile(const fs::path& path)
78
{
79
return path /
"wallet.dat"
;
80
}
81
82
bool IsBDBFile(const fs::path& path)
83
{
Callers
3
ListDatabases
Function · 0.85
MakeSQLiteDatabase
Function · 0.85
MakeDatabase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected