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

Function start

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

Source from the content-addressed store, hash-verified

1475 return new ReadableStream(
1476 {
1477 start() {
1478 return __async(this, null, function* () {
1479 iterator = iterable[Symbol.asyncIterator]();
1480 });
1481 },
1482 pull(controller) {
1483 return __async(this, null, function* () {
1484 const { done, value } = yield iterator.next();

Callers

nothing calls this directly

Calls 1

__asyncFunction · 0.70

Tested by

no test coverage detected