MCPcopy Create free account
hub / github.com/LUX-Core/lux / lsn_reset

Method lsn_reset

src/db.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264void CDBEnv::lsn_reset(const std::string& strFile)
265{
266
267 dbenv->lsn_reset(strFile.c_str(),0);
268
269}
270
271CDB::CDB(const std::string& strFilename, const char* pszMode, bool fFlushOnCloseIn) : pdb(NULL), activeTxn(NULL)
272{

Callers 2

FlushMethod · 0.80
BackupWalletFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected