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

Function IsUserExternal

pg_documentdb/src/api_hooks.c:314–323  ·  view source on GitHub ↗

* Is user external */

Source from the content-addressed store, hash-verified

312 * Is user external
313 */
314bool
315IsUserExternal(const char *userName)
316{
317 if (is_user_external_hook != NULL)
318 {
319 return is_user_external_hook(userName);
320 }
321
322 return false;
323}
324
325
326/*

Callers 4

IsCallingUserExternalFunction · 0.85
BuildUserRoleEntryTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected