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

Method readMore

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

Source from the content-addressed store, hash-verified

6094 this.readMore();
6095 }
6096 readMore() {
6097 while (!this.paused && this.ptr) {
6098 const chunk = this.socket.read();
6099 if (chunk === null) {
6100 break;
6101 }
6102 this.execute(chunk);
6103 }
6104 }
6105 execute(data) {
6106 assert(this.ptr != null);
6107 assert(currentParser == null);

Callers 3

resumeMethod · 0.45
connectH1Function · 0.45
resumeH1Function · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected