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

Function cancelAlgorithm

github-actions/saucelabs/set-saucelabs-env.js:14665–14669  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

14663 }
14664 };
14665 requestBody = function() {
14666 return __asyncGenerator(this, null, function* () {
14667 try {
14668 try {
14669 for (var iter = __forAwait(request.body.stream), more, temp, error; more = !(temp = yield new __await(iter.next())).done; more = false) {
14670 const bytes = temp.value;
14671 yield* __yieldStar(processBodyChunk(bytes));
14672 }

Callers 1

cancelFunction · 0.70

Calls 2

isCancelledFunction · 0.70
abortMethod · 0.45

Tested by

no test coverage detected