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

Method checkBackIn

src/sdam/server.ts:310–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 if (reauthPromise != null) {
309 // The reauth promise only exists if it hasn't thrown.
310 const checkBackIn = () => {
311 this.pool.checkIn(conn);
312 };
313 void reauthPromise.then(checkBackIn, checkBackIn);
314 } else {
315 this.pool.checkIn(conn);

Callers

nothing calls this directly

Calls 1

checkInMethod · 0.80

Tested by

no test coverage detected