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

Function GetIndexQueueTableName

pg_documentdb/src/metadata/index.c:2201–2205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2199
2200
2201char *
2202GetIndexQueueTableName(void)
2203{
2204 return psprintf("%s_index_queue", ExtensionObjectPrefixV2);
2205}
2206
2207
2208/*

Callers 2

command_drop_collectionFunction · 0.85
GetIndexQueueNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected