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

Method roundTripTime

src/sdam/monitor.ts:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208
209 get roundTripTime(): number {
210 return this.rttSampler.average();
211 }
212
213 get minRoundTripTime(): number {
214 return this.rttSampler.min();

Callers

nothing calls this directly

Calls 1

averageMethod · 0.80

Tested by

no test coverage detected