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

Method requestCheck

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

Source from the content-addressed store, hash-verified

165 }
166
167 requestCheck(): void {
168 if (INVALID_REQUEST_CHECK_STATES.has(this.s.state)) {
169 return;
170 }
171
172 this.monitorId?.wake();
173 }
174
175 reset(): void {
176 const topologyVersion = this.server.description.topologyVersion;

Callers

nothing calls this directly

Calls 2

wakeMethod · 0.80
hasMethod · 0.45

Tested by

no test coverage detected