MCPcopy 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

updatePageFunction · 0.80
readPageFunction · 0.80
readMultiPageFunction · 0.80

Calls 1

isReadyMethod · 0.45

Tested by

no test coverage detected