MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / call

Method call

src/ExtCmd.actor.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214struct FakeErrorCmd {
215 static const char* name;
216 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> nmc,
217 Reference<ExtMsgQuery> query,
218 Reference<ExtMsgReply> reply) {
219 throw operation_failed();
220 }
221};
222REGISTER_CMD(FakeErrorCmd, "fakeerror");
223

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected