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

Method error

fdbclient/MultiVersionTransaction.actor.cpp:3270–3273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3268 delete this;
3269 }
3270 void error(const Error& e, int& userParam) override {
3271 (*callbackf)(f, userdata);
3272 delete this;
3273 }
3274
3275private:
3276 void (*callbackf)(FdbCApi::FDBFuture*, void*);

Callers 15

Future<Void> setDDModeFunction · 0.45
fdbcli.actor.cppFile · 0.45
Future<int> runCliFunction · 0.45
catchFunction · 0.45
getRangeFunction · 0.45
checkWritesFunction · 0.45
commitMutationsMethod · 0.45

Calls

no outgoing calls

Tested by 2