MCPcopy Create free account
hub / github.com/apple/foundationdb / catch

Function catch

fdbserver/pubsub.actor.cpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 wait(tr.commit());
360 return staleFeeds.size();
361 } catch (Error& e) {
362 wait(tr.onError(e));
363 }
364 }
365}
366

Calls 1

onErrorMethod · 0.65

Tested by

no test coverage detected