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

Method Format

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

Source from the content-addressed store, hash-verified

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};
198

Callers 3

WalletShowInfoFunction · 0.45
DumpWalletFunction · 0.45
getwalletinfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected