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

Method push

github-actions/browserstack/set-browserstack-env.js:8315–8318  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

8313 return (this.top + 1 & kMask) === this.bottom;
8314 }
8315 push(data) {
8316 this.list[this.top] = data;
8317 this.top = this.top + 1 & kMask;
8318 }
8319 shift() {
8320 const nextItem = this.list[this.bottom];
8321 if (nextItem === void 0)

Callers 15

""Function · 0.45
parseHeadersFunction · 0.45
addListenerFunction · 0.45
processHeaderFunction · 0.45
closeMethod · 0.45
destroyMethod · 0.45
refreshMethod · 0.45
parseMetadataFunction · 0.45
readAllBytesFunction · 0.45
_transformMethod · 0.45
gettingDecodingSplittingFunction · 0.45
appendMethod · 0.45

Calls 1

consumePushFunction · 0.70

Tested by

no test coverage detected