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

Method buildIndex

src/MetadataManager.actor.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296Future<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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected