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

Function GetShardIndexOids

pg_documentdb/src/api_hooks.c:592–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590
591
592List *
593GetShardIndexOids(uint64_t collectionId, Oid indexOid, bool ignoreMissing)
594{
595 if (get_shard_index_oids_hook != NULL)
596 {
597 return get_shard_index_oids_hook(collectionId, indexOid, ignoreMissing);
598 }
599
600 return NIL;
601}
602
603
604void

Callers 2

UpdatePostgresIndexCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected