MCPcopy Create free account
hub / github.com/bcndev/bytecoin / rbegin

Method rbegin

src/platform/DBsqlite3.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186DBsqliteKV::Cursor DBsqliteKV::rbegin(const std::string &prefix, const std::string &middle) const {
187 return begin(prefix, middle, false);
188}
189
190void DBsqliteKV::commit_db_txn() {
191 db_dbi.commit_txn();

Callers 1

run_testsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected