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

Method CheckpointLSN

src/wallet/bdb.cpp:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void BerkeleyEnvironment::CheckpointLSN(const std::string& strFile)
288{
289 dbenv->txn_checkpoint(0, 0, 0);
290 if (fMockDb)
291 return;
292 dbenv->lsn_reset(strFile.c_str(), 0);
293}
294
295BerkeleyDatabase::~BerkeleyDatabase()
296{

Callers 3

RewriteMethod · 0.80
PeriodicFlushMethod · 0.80
BackupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected