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

Method call

src/ExtCmd.actor.cpp:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840struct ListDatabasesCmd {
841 static const char* name;
842 static Future<Reference<ExtMsgReply>> call(Reference<ExtConnection> ec,
843 Reference<ExtMsgQuery> query,
844 Reference<ExtMsgReply> reply) {
845 return listDatabases(ec->getOperationTransaction(), reply, ec->docLayer->rootDirectory);
846 }
847};
848REGISTER_CMD(ListDatabasesCmd, "listdatabases");
849

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected