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

Method Filename

src/wallet/db.h:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 void IncrementUpdateCounter() override { ++nUpdateCounter; }
193 void ReloadDbEnv() override {}
194 std::string Filename() override { return "dummy"; }
195 std::string Format() override { return "dummy"; }
196 std::unique_ptr<DatabaseBatch> MakeBatch(bool flush_on_close = true) override { return std::make_unique<DummyBatch>(); }
197};

Callers 2

RecoverDatabaseFileFunction · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected