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

Method clearEvent

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

Source from the content-addressed store, hash-verified

18890 this.crlfCheck = true;
18891 }
18892 this.parseLine(this.buffer.subarray(0, this.pos), this.event);
18893 this.buffer = this.buffer.subarray(this.pos + 1);
18894 this.pos = 0;
18895 this.eventEndCheck = true;
18896 continue;
18897 }
18898 this.pos++;
18899 }
18900 callback();
18901 }
18902 /**

Callers 1

_transformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected