Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ initialized
Method
initialized
fdbserver/VersionedBTree.actor.cpp:2115–2115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2113
Future<Void> writeFuture;
2114
2115
bool initialized() const { return readFuture.isValid(); }
2116
2117
bool reading() const { return !readFuture.isReady(); }
2118
Callers
4
updatePage
Function · 0.45
readPage
Function · 0.45
readMultiPage
Function · 0.45
readExtent
Function · 0.45
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected