MCPcopy 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

updatePageFunction · 0.45
readPageFunction · 0.45
readMultiPageFunction · 0.45
readExtentFunction · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected