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

Method NewTransaction

rtpose_wrapper/src/caffe/util/db_lmdb.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48LMDBTransaction* LMDB::NewTransaction() {
49 return new LMDBTransaction(mdb_env_);
50}
51
52void LMDBTransaction::Put(const string& key, const string& value) {
53 keys.push_back(key);

Callers 6

mainFunction · 0.45
FillMethod · 0.45
TestReshapeMethod · 0.45
SetUpMethod · 0.45
TYPED_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

FillMethod · 0.36
TestReshapeMethod · 0.36
SetUpMethod · 0.36
TYPED_TESTFunction · 0.36