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