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

Method [Symbol.asyncDispose]

src/sessions.ts:295–297  ·  view source on GitHub ↗

* An alias for {@link ClientSession.endSession|ClientSession.endSession()}.

()

Source from the content-addressed store, hash-verified

293 * An alias for {@link ClientSession.endSession|ClientSession.endSession()}.
294 */
295 async [Symbol.asyncDispose]() {
296 await this.endSession({ force: true });
297 }
298
299 /**
300 * Advances the operationTime for a ClientSession.

Callers

nothing calls this directly

Calls 1

endSessionMethod · 0.95

Tested by

no test coverage detected