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

Method call

src/ExtCmd.actor.cpp:1390–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388struct GetDistinctCmd {
1389 static const char* name;
1390 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
1391 Reference<ExtMsgQuery> query,
1392 Reference<ExtMsgReply> reply) {
1393 return getStreamDistinct(ec, query, reply);
1394 }
1395};
1396REGISTER_CMD(GetDistinctCmd, "distinct");
1397

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected