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

Method indexesCollection

src/MetadataManager.h:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 Reference<DocTransaction> tr);
46
47 Future<Reference<UnboundCollectionContext>> indexesCollection(Reference<DocTransaction> tr,
48 std::string const& dbName) {
49 return getUnboundCollectionContext(tr, std::make_pair(dbName, std::string(DocLayerConstants::SYSTEM_INDEXES)),
50 true);
51 }
52
53 static Future<Void> buildIndex(bson::BSONObj indexObj,
54 Namespace const& ns,

Calls

no outgoing calls

Tested by

no test coverage detected