MCPcopy Create free account
hub / github.com/freecodexyz/free-code / toLocalPath

Method toLocalPath

src/utils/idePathConversion.ts:13–13  ·  view source on GitHub ↗

* Convert path from IDE format to Claude's local format * Used when reading workspace folders from IDE lockfile

(idePath: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 1

WindowsToWSLConvertersrc/utils/idePathConversion.ts

Calls

no outgoing calls

Tested by

no test coverage detected