Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ minRoundTripTime
Method
minRoundTripTime
src/sdam/monitor.ts:213–215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
}
212
213
get minRoundTripTime(): number {
214
return
this.rttSampler.min();
215
}
216
217
get latestRtt(): number | null {
218
return
this.rttSampler.last;
Callers
nothing calls this directly
Calls
1
min
Method · 0.45
Tested by
no test coverage detected