MCPcopy
hub / github.com/mongodb/node-mongodb-native / operation

Method operation

test/tools/unified_suite_builder.ts:28–35  ·  view source on GitHub ↗
(operation: OperationDescription)

Source from the content-addressed store, hash-verified

26 }
27
28 operation(operation: OperationDescription): this {
29 this._operations.push({
30 object: 'collection0',
31 arguments: {},
32 ...operation
33 });
34 return this;
35 }
36
37 runOnRequirement(requirement: RunOnRequirement): this {
38 this.runOnRequirements.push(requirement);

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected