MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / normalizePath

Function normalizePath

packages/cli/src/utils/installerDetection.ts:38–40  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

36}
37
38function normalizePath(path: string): string {
39 return path.replaceAll("\\", "/");
40}
41
42/** True when running from a monorepo workspace link (pnpm/bun/yarn `dev:link`). */
43function isWorkspaceLink(realEntry: string): boolean {

Callers 4

isWorkspaceLinkFunction · 0.70
isEphemeralExecFunction · 0.70
isHomebrewInstallFunction · 0.70
detectInstallerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected