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

Method Cur

src/platform/DBlmdb.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64platform::lmdb::Cur::Cur(Txn &db_txn, Dbi &db_dbi) {
65 lmdb_check(::mdb_cursor_open(db_txn.handle, db_dbi.handle, &handle), "mdb_cursor_open ");
66}
67
68platform::lmdb::Cur::Cur(Cur &&other) noexcept { std::swap(handle, other.handle); }
69

Callers

nothing calls this directly

Calls 1

lmdb_checkFunction · 0.85

Tested by

no test coverage detected