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

Function normalizeLinefeeds

github-actions/saucelabs/set-saucelabs-env.js:5664–5664  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5662 } else if (isArrayBuffer(object)) {
5663 source = new Uint8Array(object.slice());
5664 } else if (ArrayBuffer.isView(object)) {
5665 source = new Uint8Array(object.buffer.slice(object.byteOffset, object.byteOffset + object.byteLength));
5666 } else if (util.isFormDataLike(object)) {
5667 const boundary = `----formdata-undici-0${`${random(1e11)}`.padStart(11, "0")}`;

Callers 1

extractBodyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected