MCPcopy Create free account
hub / github.com/documentdb/documentdb / IndexIdGetIndexDetails

Function IndexIdGetIndexDetails

pg_documentdb/src/metadata/index.c:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341
342IndexDetails *
343IndexIdGetIndexDetails(int indexId)
344{
345 bool includeCurrentTransactions = false;
346 return IndexIdGetIndexDetailsCore(indexId, includeCurrentTransactions);
347}
348
349
350/*

Calls 1

Tested by

no test coverage detected