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

Method Filename

src/wallet/sqlite.h:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 bool Backup(const std::string& dest) const override;
152
153 std::string Filename() override { return m_file_path; }
154 /** Return paths to all database created files */
155 std::vector<fs::path> Files() override
156 {

Callers 7

TraceSqlCallbackFunction · 0.45
ExportWatchOnlyWalletFunction · 0.45
PopulateWalletFromDBMethod · 0.45
CreateNewMethod · 0.45
LoadExistingMethod · 0.45
MigrateToSQLiteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected