Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ onError
Method
onError
fdbclient/ReadYourWrites.actor.cpp:2575–2577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2573
}
2574
2575
Future<Void> ReadYourWritesTransaction::onError(Error const& e) {
2576
return RYWImpl::onError(this, e);
2577
}
2578
2579
void ReadYourWritesTransaction::applyPersistentOptions() {
2580
Optional<StringRef> timeout;
Callers
nothing calls this directly
Calls
1
onError
Function · 0.85
Tested by
no test coverage detected