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

Method buildCommandDocument

src/operations/find.ts:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 override buildCommandDocument(): Document {
131 return makeFindCommand(this.ns, this.filter, this.options);
132 }
133}
134
135function makeFindCommand(ns: MongoDBNamespace, filter: Document, options: FindOptions): Document {

Callers 4

find.test.tsFile · 0.45
buildCommandFunction · 0.45

Calls 1

makeFindCommandFunction · 0.85

Tested by

no test coverage detected