MCPcopy Index your code
hub / github.com/PrairieLearn/PrairieLearn / _clearTimeout

Method _clearTimeout

lib/code-caller.js:355–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 }
354
355 _clearTimeout() {
356 debug(`enter _clearTimeout(), state: ${String(this.state)}, uuid: ${this.uuid}`);
357 clearTimeout(this.timeoutID);
358 this.timeoutID = null;
359 debug(`exit _clearTimeout(), state: ${String(this.state)}, uuid: ${this.uuid}`);
360 }
361
362 _callCallback(err, data, output) {
363 debug(`enter _callCallback(), state: ${String(this.state)}, uuid: ${this.uuid}`);

Callers 3

_handleChildExitMethod · 0.95
_handleChildErrorMethod · 0.95
_callIsFinishedMethod · 0.95

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected