MCPcopy 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
2575Future<Void> ReadYourWritesTransaction::onError(Error const& e) {
2576 return RYWImpl::onError(this, e);
2577}
2578
2579void ReadYourWritesTransaction::applyPersistentOptions() {
2580 Optional<StringRef> timeout;

Callers

nothing calls this directly

Calls 1

onErrorFunction · 0.85

Tested by

no test coverage detected