MCPcopy Create free account
hub / github.com/angular/dev-infra / [kBusy]

Method [kBusy]

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

Source from the content-addressed store, hash-verified

8023 return this[kPipelining];
8024 }
8025 set pipelining(value) {
8026 this[kPipelining] = value;
8027 this[kResume](true);
8028 }
8029 get [kPending]() {
8030 return this[kQueue].length - this[kPendingIdx];
8031 }
8032 get [kRunning]() {
8033 return this[kPendingIdx] - this[kRunningIdx];

Callers

nothing calls this directly

Calls 1

getPipeliningFunction · 0.70

Tested by

no test coverage detected