| 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, |
no outgoing calls
no test coverage detected