We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7690d commit 957f1dcCopy full SHA for 957f1dc
packages/data-service/src/data-service.ts
@@ -2179,6 +2179,7 @@ class DataServiceImpl extends WithLogContext implements DataService {
2179
return this._collection(ns, 'CRUD').bulkWrite(operations, options);
2180
}
2181
2182
+ @op(mongoLogId(1_001_000_053))
2183
async currentOp(): Promise<{ inprog: Document[] }> {
2184
const db = this._database('admin', 'META');
2185
const pipelineWithTruncateOps: Document[] = [
0 commit comments