MCPcopy Create free account
hub / github.com/apache/singa / SeekToFirst

Method SeekToFirst

src/io/lmdb_reader.cc:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void LMDBReader::SeekToFirst() { Seek(MDB_FIRST); first_ = true; }
104
105void LMDBReader::Seek(MDB_cursor_op op) {
106 int mdb_status = mdb_cursor_get(mdb_cursor_, &mdb_key_, &mdb_value_, op);

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36