MCPcopy 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

updatePageFunction · 0.80
readPageFunction · 0.80
readMultiPageFunction · 0.80

Calls 1

isReadyMethod · 0.45

Tested by

no test coverage detected