Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ isError
Method
isError
flow/include/flow/ThreadHelper.actor.h:872–872 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
870
871
bool isValid() const { return sav != 0; }
872
bool isError() { return sav->isError(); }
873
Error& getError() {
874
if (!isError())
875
throw future_not_error();
Callers
nothing calls this directly
Calls
1
isError
Method · 0.45
Tested by
no test coverage detected