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