MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / convertLineEndingsNative

Function convertLineEndingsNative

out/cli.cjs:51906–51912  ·  view source on GitHub ↗
(s2)

Source from the content-addressed store, hash-verified

51904 );
51905 }
51906 } else if (isBlobLike3(element)) {
51907 bytes.push(element);
51908 }
51909 }
51910 return bytes;
51911 }
51912 function convertLineEndingsNative(s2) {
51913 let nativeLineEnding = "\n";
51914 if (process.platform === "win32") {
51915 nativeLineEnding = "\r\n";

Callers 1

processBlobPartsFunction · 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…