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

Method refresh

src/timeout.ts:294–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 }
293
294 refresh(): void {
295 this.start = Math.trunc(performance.now());
296 this.minRoundTripTime = 0;
297 this._serverSelectionTimeout?.clear();
298 this._connectionCheckoutTimeout?.clear();
299 }
300
301 clear(): void {
302 this._serverSelectionTimeout?.clear();

Callers 15

hasNextMethod · 0.45
nextMethod · 0.45
tryNextMethod · 0.45
_streamEventsMethod · 0.45
_resumeMethod · 0.45
ScrollSpyFunction · 0.45
bFunction · 0.45
bFunction · 0.45
bFunction · 0.45
ScrollSpyFunction · 0.45
bFunction · 0.45
bFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected