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

Function TryGetExtendedVersionRefreshQuery

pg_documentdb/src/api_hooks.c:509–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507
508
509char *
510TryGetExtendedVersionRefreshQuery(void)
511{
512 if (try_get_extended_version_refresh_query_hook != NULL)
513 {
514 return try_get_extended_version_refresh_query_hook();
515 }
516
517 return NULL;
518}
519
520
521void

Callers 1

GetVersionRefreshQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected