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 "use strict";
8314 var kSize = 2048;
8315 var kMask = kSize - 1;
8316 var FixedCircularBuffer = class {
8317 constructor() {
8318 this.bottom = 0;
8319 this.top = 0;
8320 this.list = new Array(kSize);
8321 this.next = null;

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