Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void LMDBReader::SeekToFirst() { Seek(MDB_FIRST); first_ = true; }
104
105
void LMDBReader::Seek(MDB_cursor_op op) {
106
int mdb_status = mdb_cursor_get(mdb_cursor_, &mdb_key_, &mdb_value_, op);
Callers
3
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36