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

Function normalizedPath

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

Source from the content-addressed store, hash-verified

214};
215
216const normalizedPath = (path: string): string => path.replaceAll("\\", "/");
217
218const shouldReplaceDaemonForDesktop = (conn: SidecarConnection): boolean => {
219 if (shouldUpgradeDaemonForDesktop(conn.ownerVersion)) return true;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected