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

Function TryGetCancelIndexBuildQuery

pg_documentdb/src/api_hooks.c:568–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567
568char *
569TryGetCancelIndexBuildQuery(int32_t indexId, char cmdType)
570{
571 if (try_get_cancel_index_build_query_hook != NULL)
572 {
573 return try_get_cancel_index_build_query_hook(indexId, cmdType);
574 }
575
576 return NULL;
577}
578
579
580bool

Callers 1

CancelIndexBuildRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected