Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ isReady
Method
isReady
flow/include/flow/ThreadHelper.actor.h:577–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
575
576
bool isValid() const { return sav != 0; }
577
bool isReady() { return sav->isReady(); }
578
bool isError() { return sav->isError(); }
579
Error& getError() {
580
if (!isError())
Callers
2
template <class T> Future<T> safeThreadFutureToFutureImpl
Function · 0.45
ThreadResult
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected