Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace caffe { namespace db {
13
14
inline void MDB_CHECK(int mdb_status) {
15
CHECK_EQ(mdb_status, MDB_SUCCESS) << mdb_strerror(mdb_status);
16
}
17
18
class LMDBCursor : public Cursor {
19
public:
Callers
5
Open
Method · 0.85
NewCursor
Method · 0.85
Commit
Method · 0.85
DoubleMapSize
Method · 0.85
Seek
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected