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

Method constructor

src/operations/delete.ts:124–126  ·  view source on GitHub ↗
(ns: MongoDBCollectionNamespace, filter: Document, options: DeleteOptions)

Source from the content-addressed store, hash-verified

122}
123export class DeleteManyOperation extends DeleteOperation {
124 constructor(ns: MongoDBCollectionNamespace, filter: Document, options: DeleteOptions) {
125 super(ns, [makeDeleteStatement(filter, options)], options);
126 }
127
128 override handleOk(
129 response: InstanceType<typeof this.SERVER_COMMAND_RESPONSE_TYPE>

Callers

nothing calls this directly

Calls 1

makeDeleteStatementFunction · 0.85

Tested by

no test coverage detected