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

Function command_current_op

pg_documentdb/src/commands/current_op.c:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183Datum
184command_current_op(PG_FUNCTION_ARGS)
185{
186 return current_op(PG_GETARG_PGBSON(0));
187}
188
189
190Datum

Callers

nothing calls this directly

Calls 1

current_opFunction · 0.85

Tested by

no test coverage detected