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

Method Put

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

Source from the content-addressed store, hash-verified

50}
51
52void LMDBTransaction::Put(const string& key, const string& value) {
53 keys.push_back(key);
54 values.push_back(value);
55}
56
57void LMDBTransaction::Commit() {
58 MDB_dbi mdb_dbi;

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