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

Method BerkeleyEnvironment

src/wallet/bdb.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116BerkeleyEnvironment::BerkeleyEnvironment(const fs::path& dir_path) : strPath(fs::PathToString(dir_path))
117{
118 Reset();
119}
120
121BerkeleyEnvironment::~BerkeleyEnvironment()
122{

Callers

nothing calls this directly

Calls 2

PathToStringFunction · 0.85
openMethod · 0.45

Tested by

no test coverage detected