MCPcopy
hub / github.com/mongodb/node-mongodb-native / [Symbol.asyncDispose]

Method [Symbol.asyncDispose]

src/change_stream.ts:578–580  ·  view source on GitHub ↗

* An alias for {@link ChangeStream.close|ChangeStream.close()}.

()

Source from the content-addressed store, hash-verified

576 * An alias for {@link ChangeStream.close|ChangeStream.close()}.
577 */
578 async [Symbol.asyncDispose]() {
579 await this.close();
580 }
581
582 pipeline: Document[];
583 /**

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected