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

Method onComplete

github-actions/saucelabs/set-saucelabs-env.js:9535–9538  ·  view source on GitHub ↗
(rawTrailers)

Source from the content-addressed store, hash-verified

9533 const contentLengthError = validatePartialResponseContentLength(headers, range, statusCode, this.retryCount);
9534 if (contentLengthError != null) {
9535 this.abort(contentLengthError);
9536 return false;
9537 }
9538 const { start, size, end = size - 1 } = range;
9539 assert(
9540 start != null && Number.isFinite(start),
9541 "content-range mismatch"

Callers

nothing calls this directly

Calls 1

onCompleteMethod · 0.45

Tested by

no test coverage detected