Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ writing
Method
writing
fdbserver/VersionedBTree.actor.cpp:2119–2119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2117
bool reading() const { return !readFuture.isReady(); }
2118
2119
bool writing() const { return !writeFuture.isReady(); }
2120
2121
bool evictable() const {
2122
// Don't evict if a page is still being read or written
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