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

Method requestCheck

src/sdam/server.ts:276–280  ·  view source on GitHub ↗

* Immediately schedule monitoring of this server. If there already an attempt being made * this will be a no-op.

()

Source from the content-addressed store, hash-verified

274 * this will be a no-op.
275 */
276 requestCheck(): void {
277 if (!this.loadBalanced) {
278 this.monitor?.requestCheck();
279 }
280 }
281
282 public async command<TResult>(
283 operation: AbstractOperation<TResult>,

Callers 3

handleErrorMethod · 0.95
monitor.test.tsFile · 0.45
processWaitQueueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected