Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
Datum
184
command_current_op(PG_FUNCTION_ARGS)
185
{
186
return current_op(PG_GETARG_PGBSON(0));
187
}
188
189
190
Datum
Callers
nothing calls this directly
Calls
1
current_op
Function · 0.85
Tested by
no test coverage detected