MCPcopy Create free account
hub / github.com/angular/dev-infra / resume

Method resume

github-actions/saucelabs/set-saucelabs-env.js:6079–6095  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6077 }
6078 }
6079 this.timeoutValue = delay;
6080 } else if (this.timeout) {
6081 if (this.timeout.refresh) {
6082 this.timeout.refresh();
6083 }
6084 }
6085 this.timeoutType = type;
6086 }
6087 resume() {
6088 if (this.socket.destroyed || !this.paused) {
6089 return;
6090 }
6091 assert(this.ptr != null);
6092 assert(currentParser == null);
6093 this.llhttp.llhttp_resume(this.ptr);
6094 assert(this.timeoutType === TIMEOUT_BODY);
6095 if (this.timeout) {
6096 if (this.timeout.refresh) {
6097 this.timeout.refresh();
6098 }

Callers 8

onDrainFunction · 0.45
writeStreamFunction · 0.45
_resumeFunction · 0.45
dumpMethod · 0.45
consumeStartFunction · 0.45
constructorMethod · 0.45
pullAlgorithmFunction · 0.45
onParserDrainFunction · 0.45

Calls 3

refreshMethod · 0.45
executeMethod · 0.45
readMoreMethod · 0.45

Tested by

no test coverage detected