| 294 | } |
| 295 | |
| 296 | Future<Void> MetadataManager::buildIndex(bson::BSONObj indexObj, |
| 297 | Namespace const& ns, |
| 298 | Standalone<StringRef> encodedIndexId, |
| 299 | Reference<ExtConnection> ec, |
| 300 | UID build_id) { |
| 301 | return buildIndex_impl(indexObj, ns, encodedIndexId, ec, build_id); |
| 302 | } |
nothing calls this directly
no outgoing calls
no test coverage detected