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

Function isFileLike4

out/cli.cjs:51913–51915  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

51911 }
51912 function convertLineEndingsNative(s2) {
51913 let nativeLineEnding = "\n";
51914 if (process.platform === "win32") {
51915 nativeLineEnding = "\r\n";
51916 }
51917 return s2.replace(/\r?\n/g, nativeLineEnding);
51918 }

Callers 1

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