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

Method append

github-actions/browserstack/set-browserstack-env.js:12458–12465  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

12456 pivot = left + (right - left >> 1);
12457 if (array[pivot][0] <= x[0]) {
12458 left = pivot + 1;
12459 } else {
12460 right = pivot;
12461 }
12462 }
12463 if (i !== pivot) {
12464 j = i;
12465 while (j > left) {
12466 array[j] = array[--j];
12467 }
12468 array[left] = x;

Callers 12

formDataFunction · 0.45
appendHeaderFunction · 0.45
redirectMethod · 0.45
initializeResponseFunction · 0.45
constructorMethod · 0.45
fetchingFunction · 0.45
httpNetworkOrCacheFetchFunction · 0.45
onHeadersFunction · 0.45
onUpgradeFunction · 0.45
setCookieFunction · 0.45

Calls 1

appendHeaderFunction · 0.70

Tested by

no test coverage detected