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

Function GetPidForIndexBuild

pg_documentdb/src/api_hooks.c:544–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542
543
544const char *
545GetPidForIndexBuild()
546{
547 if (get_pid_for_index_build_hook != NULL)
548 {
549 return get_pid_for_index_build_hook();
550 }
551
552 return NULL;
553}
554
555
556const char *

Callers 1

GetRequestFromIndexQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected