Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
IndexDetails *
343
IndexIdGetIndexDetails(int indexId)
344
{
345
bool includeCurrentTransactions = false;
346
return IndexIdGetIndexDetailsCore(indexId, includeCurrentTransactions);
347
}
348
349
350
/*
Callers
5
GetIndexSpecForShardedCreateIndexQuery
Function · 0.85
command_reindex_index_background_internal
Function · 0.85
PostProcessIndexForReIndex
Function · 0.85
TryDropReindexedCollectionIndex
Function · 0.85
TryDropCollectionIndex
Function · 0.85
Calls
1
IndexIdGetIndexDetailsCore
Function · 0.85
Tested by
no test coverage detected