MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

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

Source from the content-addressed store, hash-verified

23 * Converter for Windows IDE + WSL Claude scenario
24 */
25export class WindowsToWSLConverter implements IDEPathConverter {
26 constructor(private wslDistroName: string | undefined) {}
27
28 toLocalPath(windowsPath: string): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected