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