Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ isEmpty
Method
isEmpty
github-actions/browserstack/set-browserstack-env.js:8332–8334 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8330
}
8331
push(data) {
8332
this.list[this.top] = data;
8333
this.top = this.top + 1 & kMask;
8334
}
8335
shift() {
8336
const
nextItem = this.list[this.bottom];
8337
if
(nextItem === void 0)
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected