MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / RemoveDb

Method RemoveDb

src/wallet/db.cpp:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345bool CDBEnv::RemoveDb(const string& strFile)
346{
347 this->CloseDb(strFile);
348
349 LOCK(cs_db);
350 int rc = dbenv->dbremove(NULL, strFile.c_str(), NULL, DB_AUTO_COMMIT);
351 return (rc == 0);
352}
353
354bool CDB::Rewrite(const string& strFile, const char* pszSkip)
355{

Callers

nothing calls this directly

Calls 1

CloseDbMethod · 0.95

Tested by

no test coverage detected