MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / normalizedPath

Function normalizedPath

apps/desktop/src/main/index.ts:183–183  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

181};
182
183const normalizedPath = (path: string): string => path.replaceAll("\\", "/");
184
185const shouldReplaceDaemonForDesktop = (conn: SidecarConnection): boolean => {
186 if (shouldUpgradeDaemonForDesktop(conn.ownerVersion)) return true;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected