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

Method stop

src/sdam/srv_polling.ts:84–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 stop(): void {
85 if (this._timeout) {
86 clearTimeout(this._timeout);
87 this.generation += 1;
88 this._timeout = undefined;
89 }
90 }
91
92 // TODO(NODE-4994): implement new logging logic for SrvPoller failures
93 schedule(): void {

Callers 15

aFunction · 0.45
jquery.jsFile · 0.45
closeMethod · 0.45
doAnimationFunction · 0.45
jquery.jsFile · 0.45
jquery.tipsy.jsFile · 0.45
sFunction · 0.45
jquery.min.jsFile · 0.45
sFunction · 0.45
jquery.min.jsFile · 0.45
doAnimationFunction · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected