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

Method getDBName

src/ExtMsg.actor.cpp:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540std::string ExtMsgQuery::getDBName() {
541 return ns.first;
542}
543
544Future<Void> ExtMsgQuery::run(Reference<ExtConnection> nmc) {
545 return doRun(Reference<ExtMsgQuery>::addRef(this), nmc);

Callers 2

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected