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

Method call

src/ExtCmd.actor.cpp:529–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527struct GetCountCmd {
528 static const char* name;
529 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
530 Reference<ExtMsgQuery> query,
531 Reference<ExtMsgReply> reply) {
532 return getStreamCount(ec, query, reply);
533 }
534};
535REGISTER_CMD(GetCountCmd, "count");
536

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected