* Convert path from IDE format to Claude's local format * Used when reading workspace folders from IDE lockfile
(idePath: string)
| 11 | * Used when reading workspace folders from IDE lockfile |
| 12 | */ |
| 13 | toLocalPath(idePath: string): string |
| 14 | |
| 15 | /** |
| 16 | * Convert path from Claude's local format to IDE format |
nothing calls this directly
no outgoing calls
no test coverage detected