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

Method databaseName

src/QLContext.actor.cpp:736–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736std::string UnboundCollectionContext::databaseName() {
737 return collectionDirectory->getPath()[1].toString();
738}
739
740std::string UnboundCollectionContext::collectionName() {
741 return collectionDirectory->getPath().back().toString();

Callers 2

planQueryFunction · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected