Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
function
convertToOSPath(path) {
14
if
(process.platform ===
"win32"
) {
15
return
toDosPath(path);
16
}
17
return
path;
18
}
19
20
exports.convertToOSPath = convertToOSPath;
Callers
2
dev-bundle-links.js
File · 0.70
dev-bundle-bin-helpers.js
File · 0.70
Calls
1
toDosPath
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…