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

Method match

src/cursor/aggregation_cursor.ts:162–164  ·  view source on GitHub ↗

Add a match stage to the aggregation pipeline

($match: Document)

Source from the content-addressed store, hash-verified

160
161 /** Add a match stage to the aggregation pipeline */
162 match($match: Document): this {
163 return this.addStage({ $match });
164 }
165
166 /** Add an out stage to the aggregation pipeline */
167 out($out: { db: string; coll: string } | string): this {

Callers 15

searchtools.jsFile · 0.80
displayNextItemFunction · 0.80
jquery.jsFile · 0.80
htFunction · 0.80
vtFunction · 0.80
ItFunction · 0.80
runCmapTestFunction · 0.80
prepareDatabaseForSuiteFunction · 0.80
index.jsFile · 0.80
testOperationFunction · 0.80
findMatchingEventsFunction · 0.80
x509_auth.test.tsFile · 0.80

Calls 1

addStageMethod · 0.95

Tested by 7

testSigningFunction · 0.64
testFunction · 0.64
runProseTestsForFunction · 0.64
testFunction · 0.64
expectRejectFunction · 0.64
executeSDAMTestFunction · 0.64