MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / MDB_CHECK

Function MDB_CHECK

rtpose_wrapper/include/caffe/util/db_lmdb.hpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace caffe { namespace db {
13
14inline void MDB_CHECK(int mdb_status) {
15 CHECK_EQ(mdb_status, MDB_SUCCESS) << mdb_strerror(mdb_status);
16}
17
18class LMDBCursor : public Cursor {
19 public:

Callers 5

OpenMethod · 0.85
NewCursorMethod · 0.85
CommitMethod · 0.85
DoubleMapSizeMethod · 0.85
SeekMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected