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

Method readMore

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

Source from the content-addressed store, hash-verified

6094 assert(this.timeoutType === TIMEOUT_BODY);
6095 if (this.timeout) {
6096 if (this.timeout.refresh) {
6097 this.timeout.refresh();
6098 }
6099 }
6100 this.paused = false;
6101 this.execute(this.socket.read() || EMPTY_BUF);
6102 this.readMore();
6103 }
6104 readMore() {
6105 while (!this.paused && this.ptr) {
6106 const chunk = this.socket.read();
6107 if (chunk === null) {

Callers 3

resumeMethod · 0.45
connectH1Function · 0.45
resumeH1Function · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected