MCPcopy
hub / github.com/di-sukharev/opencommit / normalizeLinefeeds

Function normalizeLinefeeds

out/cli.cjs:52154–52154  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

52152 source = new Uint8Array(object.slice());
52153 } else if (ArrayBuffer.isView(object)) {
52154 source = new Uint8Array(object.buffer.slice(object.byteOffset, object.byteOffset + object.byteLength));
52155 } else if (util4.isFormDataLike(object)) {
52156 const boundary = `----formdata-undici-0${`${random(1e11)}`.padStart(11, "0")}`;
52157 const prefix = `--${boundary}\r

Callers 1

extractBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…