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

Method MakeBatch

src/wallet/bdb.cpp:822–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822std::unique_ptr<DatabaseBatch> BerkeleyDatabase::MakeBatch(bool flush_on_close)
823{
824 return std::make_unique<BerkeleyBatch>(*this, false, flush_on_close);
825}
826
827std::unique_ptr<BerkeleyDatabase> MakeBerkeleyDatabase(const fs::path& path, const DatabaseOptions& options, DatabaseStatus& status, bilingual_str& error)
828{

Callers 3

WalletBatchMethod · 0.45
DumpWalletFunction · 0.45
CreateFromDumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected