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

Function parseLocation

github-actions/browserstack/set-browserstack-env.js:7720–7729  ·  view source on GitHub ↗
(statusCode, headers)

Source from the content-addressed store, hash-verified

7718 return this.handler.onData(chunk);
7719 }
7720 }
7721 onComplete(trailers) {
7722 if (this.location) {
7723 this.location = null;
7724 this.abort = null;
7725 this.dispatch(this.opts, this);
7726 } else {
7727 this.handler.onComplete(trailers);
7728 }
7729 }
7730 onBodySent(chunk) {
7731 if (this.handler.onBodySent) {
7732 this.handler.onBodySent(chunk);

Callers 1

onHeadersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected