Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ init
Method
init
fdbserver/KeyValueStoreSQLite.actor.cpp:1656–1656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1654
~Reader() override { ppReadCursor->clear(); }
1655
1656
void init() override { conn.open(false); }
1657
1658
Reference<ReadCursor> getCursor() {
1659
Reference<ReadCursor> cursor = *ppReadCursor;
Callers
1
getCursor
Method · 0.45
Calls
1
open
Method · 0.65
Tested by
no test coverage detected