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

Function command_connection_status

pg_documentdb/src/commands/users.c:147–155  ·  view source on GitHub ↗

* Parses a connectionStatus spec, executes the connectionStatus command, and returns the result. */

Source from the content-addressed store, hash-verified

145 * Parses a connectionStatus spec, executes the connectionStatus command, and returns the result.
146 */
147Datum
148command_connection_status(PG_FUNCTION_ARGS)
149{
150 pgbson *connectionStatusSpec = PG_GETARG_PGBSON(0);
151
152 Datum response = connection_status(connectionStatusSpec);
153
154 PG_RETURN_DATUM(response);
155}
156
157
158/*

Callers

nothing calls this directly

Calls 1

connection_statusFunction · 0.85

Tested by

no test coverage detected