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

Method idleTime

src/cmap/connection.ts:278–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 public get idleTime(): number {
279 return calculateDurationInMs(this.lastUseTime);
280 }
281
282 private get hasSessionSupport(): boolean {
283 return this.description.logicalSessionTimeoutMinutes != null;

Callers

nothing calls this directly

Calls 1

calculateDurationInMsFunction · 0.90

Tested by

no test coverage detected