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

Method unwind

src/cursor/aggregation_cursor.ts:237–239  ·  view source on GitHub ↗

Add a unwind stage to the aggregation pipeline

($unwind: Document | string)

Source from the content-addressed store, hash-verified

235
236 /** Add a unwind stage to the aggregation pipeline */
237 unwind($unwind: Document | string): this {
238 return this.addStage({ $unwind });
239 }
240
241 /** Add a geoNear stage to the aggregation pipeline */
242 geoNear($geoNear: Document): this {

Callers 2

Calls 1

addStageMethod · 0.95

Tested by

no test coverage detected