MCPcopy
hub / github.com/meteor/meteor / convertToOSPath

Function convertToOSPath

tools/cli/convert-to-os-path.js:13–18  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

11}
12
13function convertToOSPath(path) {
14 if (process.platform === "win32") {
15 return toDosPath(path);
16 }
17 return path;
18}
19
20exports.convertToOSPath = convertToOSPath;

Callers 2

Calls 1

toDosPathFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…