Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2201
char *
2202
GetIndexQueueTableName(void)
2203
{
2204
return psprintf(
"%s_index_queue"
, ExtensionObjectPrefixV2);
2205
}
2206
2207
2208
/*
Callers
2
command_drop_collection
Function · 0.85
GetIndexQueueName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected