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

Function onClose

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

Source from the content-addressed store, hash-verified

6780 return;
6781 }
6782 try {
6783 if (!writer.write(chunk) && this.pause) {
6784 this.pause();
6785 }
6786 } catch (err) {
6787 util.destroy(this, err);
6788 }
6789 };
6790 const onDrain = function() {
6791 if (finished) {
6792 return;
6793 }

Callers

nothing calls this directly

Calls 2

onFinishedFunction · 0.70
removeListenerMethod · 0.45

Tested by

no test coverage detected