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

Method [kConnect]

github-actions/browserstack/set-browserstack-env.js:8032–8035  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

8030 return this[kQueue].length - this[kPendingIdx];
8031 }
8032 get [kRunning]() {
8033 return this[kPendingIdx] - this[kRunningIdx];
8034 }
8035 get [kSize]() {
8036 return this[kQueue].length - this[kRunningIdx];
8037 }
8038 get [kConnected]() {

Callers

nothing calls this directly

Calls 1

connectFunction · 0.70

Tested by

no test coverage detected